From 32fb673491184768779653a41730040e974894a2 Mon Sep 17 00:00:00 2001 From: Thomas Punt Date: Thu, 27 Apr 2017 15:39:41 +0000 Subject: [PATCH] Mention that method modifier semantics are no longer applicable git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342433 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pthreads/modifiers.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reference/pthreads/modifiers.xml b/reference/pthreads/modifiers.xml index 3495d568af..c1b0ab5e6a 100644 --- a/reference/pthreads/modifiers.xml +++ b/reference/pthreads/modifiers.xml @@ -4,6 +4,11 @@ Method Modifiers Modifiers + + + These semantics are only applicable to pthreads v2 - they have been removed in pthreads v3. + + pthreads overrides the functionality of the protected and private method modifiers in order to provide functionality more suited to multi-threaded objects. pthreads applies this functionality to all Threaded objects from creation.