mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
corrections galore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327799 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e714aaa78f
commit
fc1f1e62be
5 changed files with 53 additions and 50 deletions
|
@ -2,8 +2,8 @@
|
|||
<!-- $Revision$ -->
|
||||
|
||||
<book xml:id="book.pthreads" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Pthreads</title>
|
||||
<titleabbrev>Pthreads</titleabbrev>
|
||||
<title>pthreads</title>
|
||||
<titleabbrev>pthreads</titleabbrev>
|
||||
|
||||
<preface xml:id="intro.pthreads">
|
||||
&reftitle.intro;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
&extension.runtime;
|
||||
<para>
|
||||
<table>
|
||||
<title>Pthreads &ConfigureOptions;</title>
|
||||
<title>pthreads &ConfigureOptions;</title>
|
||||
<tgroup cols="4">
|
||||
<thead>
|
||||
<row>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<!-- $Revision$ -->
|
||||
|
||||
<reference xml:id="ref.pthreads" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<title>Pthreads &Functions;</title>
|
||||
<title>pthreads &Functions;</title>
|
||||
|
||||
&reference.pthreads.entities.functions;
|
||||
|
||||
|
|
|
@ -7,25 +7,28 @@
|
|||
<section xml:id="pthreads.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
|
||||
pthreads requires ZTS to be enabled at build time ( --enable-maintainer-zts ).
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="pthreads.installation">
|
||||
&reftitle.install;
|
||||
&no.install;
|
||||
<para>
|
||||
&pecl.info;
|
||||
<link xlink:href="&url.pecl.package;pthreads">&url.pecl.package;pthreads</link>.
|
||||
</para>
|
||||
<note>
|
||||
<simpara>
|
||||
Pre-compiled Windows binaries are available on GitHub
|
||||
</simpara>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<section xml:id="pthreads.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
&reference.pthreads.ini;
|
||||
|
||||
<section xml:id="pthreads.resources">
|
||||
&reftitle.resources;
|
||||
<para>
|
||||
|
||||
</para>
|
||||
&no.resource;
|
||||
</section>
|
||||
|
||||
</chapter>
|
||||
|
|
|
@ -6,43 +6,43 @@
|
|||
|
||||
<versions>
|
||||
<!-- Methods -->
|
||||
<function name='thread::start' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::run' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::wait' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::notify' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::join' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::isstarted' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::isrunning' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::isjoined' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::iswaiting' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::isbusy' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::stack' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::unstack' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::getstacked' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::getthread' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::getthreadid' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::getcount' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::getmax' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::getpeak' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::wait' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::notify' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::join' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::isstarted' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::isrunning' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::isjoined' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::iswaiting' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::isbusy' from='PECL pthreads >= Unknown'/>
|
||||
<function name='importedthread::getstacked' from='PECL pthreads >= Unknown'/>
|
||||
<function name='mutex::create' from='PECL pthreads >= Unknown'/>
|
||||
<function name='mutex::lock' from='PECL pthreads >= Unknown'/>
|
||||
<function name='mutex::trylock' from='PECL pthreads >= Unknown'/>
|
||||
<function name='mutex::unlock' from='PECL pthreads >= Unknown'/>
|
||||
<function name='mutex::destroy' from='PECL pthreads >= Unknown'/>
|
||||
<function name='cond::create' from='PECL pthreads >= Unknown'/>
|
||||
<function name='cond::signal' from='PECL pthreads >= Unknown'/>
|
||||
<function name='cond::wait' from='PECL pthreads >= Unknown'/>
|
||||
<function name='cond::broadcast' from='PECL pthreads >= Unknown'/>
|
||||
<function name='cond::destroy' from='PECL pthreads >= Unknown'/>
|
||||
<function name='thread::start' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::run' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::wait' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::notify' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::join' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::isstarted' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::isrunning' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::isjoined' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::iswaiting' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::isbusy' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::stack' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::unstack' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::getstacked' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::getthread' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::getthreadid' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::getcount' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::getmax' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='thread::getpeak' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::wait' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::notify' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::join' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::isstarted' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::isrunning' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::isjoined' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::iswaiting' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::isbusy' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='importedthread::getstacked' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='mutex::create' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='mutex::lock' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='mutex::trylock' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='mutex::unlock' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='mutex::destroy' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='cond::create' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='cond::signal' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='cond::wait' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='cond::broadcast' from='PECL pthreads >= 0.0.33'/>
|
||||
<function name='cond::destroy' from='PECL pthreads >= 0.0.33'/>
|
||||
</versions>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue