mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Add version information to Volatile's inherited methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342868 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4037160f2e
commit
7dcda068bd
1 changed files with 14 additions and 0 deletions
|
@ -120,6 +120,20 @@
|
|||
<function name='collectable::setgarbage' from='PECL pthreads < 3.0.0'/>
|
||||
|
||||
<function name='volatile' from='PECL pthreads >= 3.0.0'/>
|
||||
<function name='volatile::run' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::wait' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::notify' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::notifyone' from='PECL pthreads >= 3.0.0'/>
|
||||
<function name='volatile::isrunning' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::isterminated' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::synchronized' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::merge' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::shift' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::chunk' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::pop' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::count' from='PECL pthreads >= 2.0.0'/>
|
||||
<function name='volatile::extend' from='PECL pthreads >= 2.0.8'/>
|
||||
<function name='volatile::from' from='PECL pthreads >= 2.0.9'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue