reference/pthreads/setup.xml
91da56315cff97da3020dd2934040e5035a6d1c6
...
...
@@ -7,7 +7,9 @@
7
7
<section xml:id="pthreads.requirements">
8
8
&reftitle.required;
9
9
<para>
10
-
pthreads requires a build of PHP with ZTS (Zend Thread Safety) enabled ( --enable-maintainer-zts or --enable-zts on Windows )
10
+
pthreads requires a build of PHP with ZTS (Zend Thread Safety) enabled
11
+
(<option role="configure">--enable-zts</option>, or on non-Windows systems prior to PHP 8.0.0,
12
+
<option role="configure">--enable-maintainer-zts</option>)
11
13
</para>
12
14
<caution>
13
15
<para>
14
16