|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <!-- $Revision$ --> |
3 | | -<!-- EN-Revision: 1b396e517f5fada0fc4ef02a7b7f66c673623430 Maintainer: nobody Status: ready --> |
4 | | - |
| 3 | +<!-- EN-Revision: 91da56315cff97da3020dd2934040e5035a6d1c6 Maintainer: nobody Status: ready --> |
| 4 | +<!-- Reviewed: yes --> |
| 5 | +<!-- Rev-Revision: 91da56315cff97da3020dd2934040e5035a6d1c6 Reviewer: samesch --> |
5 | 6 | <sect3 xml:id="configure.options.php" xmlns="http://docbook.org/ns/docbook"> |
6 | | - <title>PHP Optionen</title> |
7 | | - <variablelist> |
| 7 | + <title>PHP-Optionen</title> |
| 8 | + <variablelist> |
8 | 9 | <varlistentry xml:id="configure.enable-maintainer-mode"> |
9 | 10 | <term> |
10 | 11 | <option role="configure">--enable-maintainer-mode</option> |
|
22 | 23 | </term> |
23 | 24 | <listitem> |
24 | 25 | <para> |
25 | | - Setzt den Pfad in dem nach &php.ini; gesucht wird; Vorgabewert ist |
26 | | - <literal>PREFIX/lib</literal>. |
27 | | - </para> |
28 | | - </listitem> |
29 | | - </varlistentry> |
30 | | - <varlistentry xml:id="configure.enable-safe-mode"> |
31 | | - <term> |
32 | | - <option role="configure">--enable-safe-mode</option> |
33 | | - </term> |
34 | | - <listitem> |
35 | | - <para> |
36 | | - Der "safe mode" wird standardmäßig aktiviert. |
37 | | - </para> |
38 | | - &warn.deprecated.feature-5-3-0.removed-5-4-0; |
39 | | - </listitem> |
40 | | - </varlistentry> |
41 | | - <varlistentry xml:id="configure.with-exec-dir"> |
42 | | - <term> |
43 | | - <option role="configure">--with-exec-dir[=DIR]</option> |
44 | | - </term> |
45 | | - <listitem> |
46 | | - <para> |
47 | | - Im "safe mode" dürfen nur ausführbare Dateien aus dem hier |
48 | | - angegebenen Verzeichnis ausgeführt werden. Vorgabewert ist |
49 | | - <literal>/usr/local/php/bin</literal>. |
50 | | - </para> |
51 | | - &warn.deprecated.feature-5-3-0.removed-5-4-0; |
52 | | - </listitem> |
53 | | - </varlistentry> |
54 | | - <varlistentry xml:id="configure.enable-magic-quotes"> |
55 | | - <term> |
56 | | - <option role="configure">--enable-magic-quotes</option> |
57 | | - </term> |
58 | | - <listitem> |
59 | | - <para> |
60 | | - "Magic quotes" werden standardmäßig aktiviert. |
| 26 | + Setzt den Pfad, in dem nach der &php.ini; gesucht wird; der Vorgabewert |
| 27 | + ist <literal>PREFIX/lib</literal>. |
61 | 28 | </para> |
62 | | - &warn.deprecated.feature-5-3-0.removed-5-4-0; |
63 | 29 | </listitem> |
64 | 30 | </varlistentry> |
65 | 31 | <varlistentry xml:id="configure.disable-short-tags"> |
|
72 | 38 | </para> |
73 | 39 | </listitem> |
74 | 40 | </varlistentry> |
75 | | - <varlistentry xml:id="configure.enable-zend-multibyte"> |
| 41 | + <varlistentry xml:id="configure.with-libdir"> |
76 | 42 | <term> |
77 | | - <option role="configure">--enable-zend-multibyte</option> |
| 43 | + <option role="configure">--with-libdir</option> |
78 | 44 | </term> |
79 | 45 | <listitem> |
80 | 46 | <para> |
81 | | - Aktiviert die Ausführung von Multibyte-Code im Sprach-Parser und -Scanner. |
82 | | - Wird PHP mit dieser Option kompiliert, wird ebenfalls die Direktive |
83 | | - <link linkend="control-structures.declare.encoding">encoding</link> im |
84 | | - <link linkend="control-structures.declare">declare</link>-Konstrukt aktiviert. |
| 47 | + Gibt das Verzeichnis an, in dem die für die Kompilierung von PHP erforderlichen |
| 48 | + Bibliotheken auf einem Unix-Sytem zu finden sind. Für 64-bit Systeme ist es |
| 49 | + erforderlich, dieses Argument wie folgt auf das <literal>lib64</literal> zu |
| 50 | + setzen: <literal>--with-libdir=lib64</literal>. |
85 | 51 | </para> |
86 | | - &warn.deprecated.feature-5-3-0.removed-5-4-0; |
87 | 52 | </listitem> |
88 | 53 | </varlistentry> |
89 | | - <varlistentry xml:id="configure.with-libdir"> |
| 54 | + <varlistentry xml:id="configure.enable-zts"> |
90 | 55 | <term> |
91 | | - <option role="configure">--with-libdir</option> |
| 56 | + <option role="configure">--enable-zts</option> |
92 | 57 | </term> |
93 | 58 | <listitem> |
94 | 59 | <para> |
95 | | - Gibt das Verzeichnis an, in dem die für die Kompilierung von PHP erforderlichen |
96 | | - Bibliotheken auf einem Unix-Sytem zu finden sind. Für 64-bit Systeme ist es |
97 | | - erforderlich, dieses Argument wie folgt auf das <literal>lib64</literal> zu |
98 | | - setzen: <literal>--with-libdir=lib64</literal>. |
| 60 | + Aktiviert die Thread-Sicherheit. |
| 61 | + Vor PHP 8.0.0 hieß die Option auf Nicht-Windows-Systemen |
| 62 | + <option role="configure">--enable-maintainer-zts</option>. |
99 | 63 | </para> |
100 | 64 | </listitem> |
101 | 65 | </varlistentry> |
|
0 commit comments