2012-11-06 21:10:11 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<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 )
</para>
</section>
<section xml:id= "pthreads.installation" >
&reftitle.install;
2013-01-03 15:13:50 +00:00
<para >
To enable pthreads support, configure PHP with <option role= "configure" > --enable-maintainer-zts</option> and <option role= "configure" > --enable-pthreads</option>
</para>
<para >
Windows users can download prebuilt binaries from GitHub or from PECL Windows.
</para>
2012-11-06 21:10:11 +00:00
</section>
<section xml:id= "pthreads.configuration" >
&reftitle.runtime;
&no.config;
</section>
<section xml:id= "pthreads.resources" >
&reftitle.resources;
2013-01-03 15:13:50 +00:00
&no.resource;
2012-11-06 21:10:11 +00:00
</section>
</chapter>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->