mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix for build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329928 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5fc1ac48e1
commit
ae8027442b
1 changed files with 10 additions and 11 deletions
|
@ -3,31 +3,30 @@
|
|||
|
||||
<chapter xml:id="pthreads.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
&reftitle.setup;
|
||||
|
||||
|
||||
<section xml:id="pthreads.requirements">
|
||||
&reftitle.required;
|
||||
<para>
|
||||
pthreads requires a build of PHP with ZTS enabled ( --enable-maintainer-zts or --enable-zts on Windows )
|
||||
pthreads requires a build of PHP with ZTS enabled ( --enable-maintainer-zts or --enable-zts on Windows )
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="pthreads.installation">
|
||||
&reftitle.install;
|
||||
&reference.pthreads.entities.configure;
|
||||
</section>
|
||||
|
||||
|
||||
<!-- {{{ Installation -->
|
||||
&reference.pthreads.configure;
|
||||
<!-- }}} -->
|
||||
|
||||
<section xml:id="pthreads.configuration">
|
||||
&reftitle.runtime;
|
||||
&no.config;
|
||||
</section>
|
||||
|
||||
|
||||
<section xml:id="pthreads.resources">
|
||||
&reftitle.resources;
|
||||
<para>
|
||||
|
||||
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
||||
</chapter>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue