appendices/configure/php.xml
91da56315cff97da3020dd2934040e5035a6d1c6
...
...
@@ -24,39 +24,6 @@
24
24
</para>
25
25
</listitem>
26
26
</varlistentry>
27
-
<varlistentry xml:id="configure.enable-safe-mode">
28
-
<term>
29
-
<option role="configure">--enable-safe-mode</option>
30
-
</term>
31
-
<listitem>
32
-
<para>
33
-
Enable safe mode by default.
34
-
</para>
35
-
&warn.deprecated.feature-5-3-0.removed-5-4-0;
36
-
</listitem>
37
-
</varlistentry>
38
-
<varlistentry xml:id="configure.with-exec-dir">
39
-
<term>
40
-
<option role="configure">--with-exec-dir[=DIR]</option>
41
-
</term>
42
-
<listitem>
43
-
<para>
44
-
Only allow executables in DIR when in safe mode defaults to <literal>/usr/local/php/bin</literal>.
45
-
</para>
46
-
&warn.deprecated.feature-5-3-0.removed-5-4-0;
47
-
</listitem>
48
-
</varlistentry>
49
-
<varlistentry xml:id="configure.enable-magic-quotes">
50
-
<term>
51
-
<option role="configure">--enable-magic-quotes</option>
52
-
</term>
53
-
<listitem>
54
-
<para>
55
-
Enable magic quotes by default.
56
-
</para>
57
-
&warn.deprecated.feature-5-3-0.removed-5-4-0;
58
-
</listitem>
59
-
</varlistentry>
60
27
<varlistentry xml:id="configure.disable-short-tags">
61
28
<term>
62
29
<option role="configure">--disable-short-tags</option>
...
...
@@ -67,32 +34,28 @@
67
34
</para>
68
35
</listitem>
69
36
</varlistentry>
70
-
<varlistentry xml:id="configure.enable-zend-multibyte">
37
+
<varlistentry xml:id="configure.with-libdir">
71
38
<term>
72
-
<option role="configure">--enable-zend-multibyte</option>
39
+
<option role="configure">--with-libdir</option>
73
40
</term>
74
41
<listitem>
75
42
<para>
76
-
Enables multibyte code in the language parser and scanner to
77
-
be executed. When PHP is compiled with this option, it also
78
-
enables the
79
-
<link linkend="control-structures.declare.encoding">encoding</link>
80
-
directive in the
81
-
<link linkend="control-structures.declare">declare</link> construct.
43
+
Specifies the directory where the libraries to build PHP exist on a
44
+
Unix system. For 64bit systems, its needed to specify this argument
45
+
to the <literal>lib64</literal> directory like:
46
+
<literal>--with-libdir=lib64</literal>.
82
47
</para>
83
-
&warn.deprecated.feature-5-3-0.removed-5-4-0;
84
48
</listitem>
85
49
</varlistentry>
86
-
<varlistentry xml:id="configure.with-libdir">
50
+
<varlistentry xml:id="configure.enable-zts">
87
51
<term>
88
-
<option role="configure">--with-libdir</option>
52
+
<option role="configure">--enable-zts</option>
89
53
</term>
90
54
<listitem>
91
55
<para>
92
-
Specifies the directory where the libraries to build PHP exist on a
93
-
Unix system. For 64bit systems, its needed to specify this argument
94
-
to the <literal>lib64</literal> directory like:
95
-
<literal>--with-libdir=lib64</literal>.
56
+
Enables thread safety.
57
+
Prior to PHP 8.0.0 on non-Windows systems, the option was called
58
+
<option role="configure">--enable-maintainer-zts</option>.
96
59
</para>
97
60
</listitem>
98
61
</varlistentry>
99
62