Skip to content

Commit 72f3125

Browse files
committed
These config options are removed as of PHP 5.4.0
1 parent 604002c commit 72f3125

File tree

1 file changed

+0
-49
lines changed

1 file changed

+0
-49
lines changed

appendices/configure/php.xml

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -24,39 +24,6 @@
2424
</para>
2525
</listitem>
2626
</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>
6027
<varlistentry xml:id="configure.disable-short-tags">
6128
<term>
6229
<option role="configure">--disable-short-tags</option>
@@ -67,22 +34,6 @@
6734
</para>
6835
</listitem>
6936
</varlistentry>
70-
<varlistentry xml:id="configure.enable-zend-multibyte">
71-
<term>
72-
<option role="configure">--enable-zend-multibyte</option>
73-
</term>
74-
<listitem>
75-
<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.
82-
</para>
83-
&warn.deprecated.feature-5-3-0.removed-5-4-0;
84-
</listitem>
85-
</varlistentry>
8637
<varlistentry xml:id="configure.with-libdir">
8738
<term>
8839
<option role="configure">--with-libdir</option>

0 commit comments

Comments
 (0)