mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Pthreads: mention Threaded lock and unlock alternative
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342861 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
289034d48a
commit
bb4da50214
2 changed files with 4 additions and 2 deletions
|
@ -10,7 +10,8 @@
|
|||
<refsynopsisdiv>
|
||||
<warning>
|
||||
<para>
|
||||
This method has been removed in pthreads v3.
|
||||
This method has been removed in pthreads v3. The
|
||||
<methodname>Threaded::synchronized</methodname> method should now be used.
|
||||
</para>
|
||||
</warning>
|
||||
</refsynopsisdiv>
|
||||
|
|
|
@ -10,7 +10,8 @@
|
|||
<refsynopsisdiv>
|
||||
<warning>
|
||||
<para>
|
||||
This method has been removed in pthreads v3.
|
||||
This method has been removed in pthreads v3. The
|
||||
<methodname>Threaded::synchronized</methodname> method should now be used.
|
||||
</para>
|
||||
</warning>
|
||||
</refsynopsisdiv>
|
||||
|
|
Loading…
Reference in a new issue