corrections galore

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327799 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2012-09-26 09:38:24 +00:00
parent e714aaa78f
commit fc1f1e62be
5 changed files with 53 additions and 50 deletions

View file

@ -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;

View file

@ -6,7 +6,7 @@
&extension.runtime;
<para>
<table>
<title>Pthreads &ConfigureOptions;</title>
<title>pthreads &ConfigureOptions;</title>
<tgroup cols="4">
<thead>
<row>

View file

@ -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;

View file

@ -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>

View file

@ -6,43 +6,43 @@
<versions>
<!-- Methods -->
<function name='thread::start' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::run' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::wait' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::notify' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::join' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::isstarted' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::isrunning' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::isjoined' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::iswaiting' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::isbusy' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::stack' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::unstack' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::getstacked' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::getthread' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::getthreadid' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::getcount' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::getmax' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::getpeak' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::wait' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::notify' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::join' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::isstarted' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::isrunning' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::isjoined' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::iswaiting' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::isbusy' from='PECL pthreads &gt;= Unknown'/>
<function name='importedthread::getstacked' from='PECL pthreads &gt;= Unknown'/>
<function name='mutex::create' from='PECL pthreads &gt;= Unknown'/>
<function name='mutex::lock' from='PECL pthreads &gt;= Unknown'/>
<function name='mutex::trylock' from='PECL pthreads &gt;= Unknown'/>
<function name='mutex::unlock' from='PECL pthreads &gt;= Unknown'/>
<function name='mutex::destroy' from='PECL pthreads &gt;= Unknown'/>
<function name='cond::create' from='PECL pthreads &gt;= Unknown'/>
<function name='cond::signal' from='PECL pthreads &gt;= Unknown'/>
<function name='cond::wait' from='PECL pthreads &gt;= Unknown'/>
<function name='cond::broadcast' from='PECL pthreads &gt;= Unknown'/>
<function name='cond::destroy' from='PECL pthreads &gt;= Unknown'/>
<function name='thread::start' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::run' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::wait' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::notify' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::join' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::isstarted' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::isrunning' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::isjoined' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::iswaiting' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::isbusy' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::stack' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::unstack' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::getstacked' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::getthread' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::getthreadid' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::getcount' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::getmax' from='PECL pthreads &gt;= 0.0.33'/>
<function name='thread::getpeak' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::wait' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::notify' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::join' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::isstarted' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::isrunning' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::isjoined' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::iswaiting' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::isbusy' from='PECL pthreads &gt;= 0.0.33'/>
<function name='importedthread::getstacked' from='PECL pthreads &gt;= 0.0.33'/>
<function name='mutex::create' from='PECL pthreads &gt;= 0.0.33'/>
<function name='mutex::lock' from='PECL pthreads &gt;= 0.0.33'/>
<function name='mutex::trylock' from='PECL pthreads &gt;= 0.0.33'/>
<function name='mutex::unlock' from='PECL pthreads &gt;= 0.0.33'/>
<function name='mutex::destroy' from='PECL pthreads &gt;= 0.0.33'/>
<function name='cond::create' from='PECL pthreads &gt;= 0.0.33'/>
<function name='cond::signal' from='PECL pthreads &gt;= 0.0.33'/>
<function name='cond::wait' from='PECL pthreads &gt;= 0.0.33'/>
<function name='cond::broadcast' from='PECL pthreads &gt;= 0.0.33'/>
<function name='cond::destroy' from='PECL pthreads &gt;= 0.0.33'/>
</versions>
<!-- Keep this comment at the end of the file