Skip to content

Commit 0da9676

Browse files
committed
Apply revchecked skipped commit c60943fefc4ff8950460e76d714a463437cf0eb2
Replace PHP_INI_* with INI_* constants
1 parent d6ef4f1 commit 0da9676

File tree

9 files changed

+521
-521
lines changed

9 files changed

+521
-521
lines changed

appendices/ini.core.xml

Lines changed: 66 additions & 66 deletions
Large diffs are not rendered by default.

appendices/ini.list.xml

Lines changed: 425 additions & 425 deletions
Large diffs are not rendered by default.

appendices/ini.sections.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
<tbody>
3535
<row>
3636
<entry><link linkend="ini.per-host">[HOST=]</link></entry>
37-
<entry>PHP_INI_SYSTEM</entry>
37+
<entry><constant>INI_SYSTEM</constant></entry>
3838
<entry>Adăugat în PHP 5.3.0.</entry>
3939
</row>
4040
<row>
4141
<entry><link linkend="ini.per-path">[PATH=]</link></entry>
42-
<entry>PHP_INI_SYSTEM</entry>
42+
<entry><constant>INI_SYSTEM</constant></entry>
4343
<entry>Adăugat în PHP 5.3.0.</entry>
4444
</row>
4545
</tbody>

language-snippets.ent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,7 @@ Comportamentul acestor funcții este afectat de parametrii stabiliți în
15471547
&php.ini;.</simpara>'>
15481548

15491549
<!ENTITY ini.php.constants 'Pentru mai multe detalii și definiții ale
1550-
modurilor PHP_INI_* accesați <xref xmlns="http://docbook.org/ns/docbook"
1550+
modurilor INI_* accesați <xref xmlns="http://docbook.org/ns/docbook"
15511551
linkend="configuration.changes.modes"/>.'>
15521552

15531553
<!-- Used in reference/$extname/constants.xml -->

reference/apache/ini.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@
3232
<row>
3333
<entry><link linkend="ini.engine">engine</link></entry>
3434
<entry>"1"</entry>
35-
<entry>PHP_INI_ALL</entry>
35+
<entry><constant>INI_ALL</constant></entry>
3636
<entry></entry>
3737
</row>
3838
<row>
3939
<entry><link linkend="ini.child-terminate">child_terminate</link></entry>
4040
<entry>"0"</entry>
41-
<entry>PHP_INI_ALL</entry>
41+
<entry><constant>INI_ALL</constant></entry>
4242
<entry></entry>
4343
</row>
4444
<row>
4545
<entry><link linkend="ini.last-modified">last_modified</link></entry>
4646
<entry>"0"</entry>
47-
<entry>PHP_INI_ALL</entry>
47+
<entry><constant>INI_ALL</constant></entry>
4848
<entry></entry>
4949
</row>
5050
<row>
5151
<entry><link linkend="ini.xbithack">xbithack</link></entry>
5252
<entry>"0"</entry>
53-
<entry>PHP_INI_ALL</entry>
53+
<entry><constant>INI_ALL</constant></entry>
5454
<entry></entry>
5555
</row>
5656
</tbody>

reference/mail/ini.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,43 +22,43 @@
2222
<row>
2323
<entry><link linkend="ini.mail.add-x-header">mail.add_x_header</link></entry>
2424
<entry>"0"</entry>
25-
<entry>PHP_INI_PERDIR</entry>
25+
<entry><constant>INI_PERDIR</constant></entry>
2626
<entry>Available since PHP 5.3.0.</entry>
2727
</row>
2828
<row>
2929
<entry><link linkend="ini.mail.log">mail.log</link></entry>
3030
<entry>NULL</entry>
31-
<entry>PHP_INI_PERDIR</entry>
32-
<entry>Available since PHP 5.3.0. (PHP_INI_SYSTEM|PHP_INI_PERDIR)</entry>
31+
<entry><constant>INI_PERDIR</constant></entry>
32+
<entry>Available since PHP 5.3.0. (<constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant>)</entry>
3333
</row>
3434
<row>
3535
<entry><link linkend="ini.mail.force_extra_parameters">mail.force_extra_parameters</link></entry>
3636
<entry>NULL</entry>
37-
<entry>PHP_INI_PERDIR</entry>
38-
<entry>Disponibil începând cu PHP 5.0.0. (PHP_INI_SYSTEM|PHP_INI_PERDIR)</entry>
37+
<entry><constant>INI_PERDIR</constant></entry>
38+
<entry>Disponibil începând cu PHP 5.0.0. (<constant>INI_SYSTEM</constant>|<constant>INI_PERDIR</constant>)</entry>
3939
</row>
4040
<row>
4141
<entry><link linkend="ini.smtp">SMTP</link></entry>
4242
<entry>"localhost"</entry>
43-
<entry>PHP_INI_ALL</entry>
43+
<entry><constant>INI_ALL</constant></entry>
4444
<entry></entry>
4545
</row>
4646
<row>
4747
<entry><link linkend="ini.smtp-port">smtp_port</link></entry>
4848
<entry>"25"</entry>
49-
<entry>PHP_INI_ALL</entry>
49+
<entry><constant>INI_ALL</constant></entry>
5050
<entry></entry>
5151
</row>
5252
<row>
5353
<entry><link linkend="ini.sendmail-from">sendmail_from</link></entry>
5454
<entry>NULL</entry>
55-
<entry>PHP_INI_ALL</entry>
55+
<entry><constant>INI_ALL</constant></entry>
5656
<entry></entry>
5757
</row>
5858
<row>
5959
<entry><link linkend="ini.sendmail-path">sendmail_path</link></entry>
6060
<entry>"/usr/sbin/sendmail -t -i"</entry>
61-
<entry>PHP_INI_SYSTEM</entry>
61+
<entry><constant>INI_SYSTEM</constant></entry>
6262
<entry></entry>
6363
</row>
6464
</tbody>

reference/mbstring/ini.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,70 +23,70 @@
2323
<row>
2424
<entry><link linkend="ini.mbstring.language">mbstring.language</link></entry>
2525
<entry>"neutral"</entry>
26-
<entry>PHP_INI_ALL</entry>
26+
<entry><constant>INI_ALL</constant></entry>
2727
<entry>PHP_INI_PERDIR în PHP &lt;= 5.2.6</entry>
2828
</row>
2929
<row>
3030
<entry><link linkend="ini.mbstring.detect-order">mbstring.detect_order</link></entry>
3131
<entry>NULL</entry>
32-
<entry>PHP_INI_ALL</entry>
32+
<entry><constant>INI_ALL</constant></entry>
3333
<entry></entry>
3434
</row>
3535
<row>
3636
<entry><link linkend="ini.mbstring.http-input">mbstring.http_input</link></entry>
3737
<entry>"pass"</entry>
38-
<entry>PHP_INI_ALL</entry>
38+
<entry><constant>INI_ALL</constant></entry>
3939
<entry>Învechită în PHP 5.6.0.</entry>
4040
</row>
4141
<row>
4242
<entry><link linkend="ini.mbstring.http-output">mbstring.http_output</link></entry>
4343
<entry>"pass"</entry>
44-
<entry>PHP_INI_ALL</entry>
44+
<entry><constant>INI_ALL</constant></entry>
4545
<entry>Învechită în PHP 5.6.0.</entry>
4646
</row>
4747
<row>
4848
<entry><link linkend="ini.mbstring.internal-encoding">mbstring.internal_encoding</link></entry>
4949
<entry>NULL</entry>
50-
<entry>PHP_INI_ALL</entry>
50+
<entry><constant>INI_ALL</constant></entry>
5151
<entry>Învechită în PHP 5.6.0.</entry>
5252
</row>
5353
<row>
5454
<entry>mbstring.script_encoding</entry>
5555
<entry>NULL</entry>
56-
<entry>PHP_INI_ALL</entry>
56+
<entry><constant>INI_ALL</constant></entry>
5757
<entry>Eliminată în PHP 5.4.0. Folosiți în loc
5858
<link linkend="ini.zend.script-encoding">zend.script_encoding</link>.</entry>
5959
</row>
6060
<row>
6161
<entry><link linkend="ini.mbstring.substitute-character">mbstring.substitute_character</link></entry>
6262
<entry>NULL</entry>
63-
<entry>PHP_INI_ALL</entry>
63+
<entry><constant>INI_ALL</constant></entry>
6464
<entry></entry>
6565
</row>
6666
<row>
6767
<entry><link linkend="ini.mbstring.func-overload">mbstring.func_overload</link></entry>
6868
<entry>"0"</entry>
69-
<entry>PHP_INI_SYSTEM</entry>
69+
<entry><constant>INI_SYSTEM</constant></entry>
7070
<entry>
7171
PHP_INI_PERDIR în PHP &lt;= 5.2.6. Învechită în PHP 7.2.0.
7272
</entry>
7373
</row>
7474
<row>
7575
<entry><link linkend="ini.mbstring.encoding-translation">mbstring.encoding_translation</link></entry>
7676
<entry>"0"</entry>
77-
<entry>PHP_INI_PERDIR</entry>
77+
<entry><constant>INI_PERDIR</constant></entry>
7878
<entry></entry>
7979
</row>
8080
<row>
8181
<entry><link linkend="ini.mbstring.http-output-conv-mimetypes">mbstring.http_output_conv_mimetypes</link></entry>
8282
<entry>"^(text/|application/xhtml\+xml)"</entry>
83-
<entry>PHP_INI_ALL</entry>
83+
<entry><constant>INI_ALL</constant></entry>
8484
<entry>Disponibilă începând cu PHP 5.3.0.</entry>
8585
</row>
8686
<row>
8787
<entry><link linkend="ini.mbstring.strict-detection">mbstring.strict_detection</link></entry>
8888
<entry>"0"</entry>
89-
<entry>PHP_INI_ALL</entry>
89+
<entry><constant>INI_ALL</constant></entry>
9090
<entry>Disponibilă începând cu PHP 5.1.2.</entry>
9191
</row>
9292
</tbody>

reference/v8js/ini.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
<row>
2323
<entry><link linkend="ini.v8js.max-disposed-contexts">v8js.max_disposed_contexts</link></entry>
2424
<entry>25</entry>
25-
<entry>PHP_INI_ALL</entry>
25+
<entry><constant>INI_ALL</constant></entry>
2626
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
2727
</row>
2828
<row>
2929
<entry><link linkend="ini.v8js.flags">v8js.flags</link></entry>
3030
<entry></entry>
31-
<entry>PHP_INI_ALL</entry>
31+
<entry><constant>INI_ALL</constant></entry>
3232
<entry><!-- leave empty, this will be filled by an automatic script --></entry>
3333
</row>
3434
</tbody>

reference/var/ini.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<row>
2323
<entry><link linkend="ini.unserialize-callback-func">unserialize_callback_func</link></entry>
2424
<entry>&null;</entry>
25-
<entry>PHP_INI_ALL</entry>
25+
<entry><constant>INI_ALL</constant></entry>
2626
<entry></entry>
2727
</row>
2828
</tbody>

0 commit comments

Comments
 (0)