Skip to content

Commit 088e00d

Browse files
committed
standardize deprecation notices
1 parent 646aa10 commit 088e00d

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

appendices/ini.core.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
</simpara>
245245
<warning>
246246
<simpara>
247-
This directive has been <emphasis>REMOVED</emphasis> as of PHP 8.5.0.
247+
This feature has been <emphasis>REMOVED</emphasis> as of PHP 8.5.0.
248248
</simpara>
249249
</warning>
250250
</listitem>
@@ -592,7 +592,7 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
592592
<entry><link linkend="ini.register-argc-argv">register_argc_argv</link></entry>
593593
<entry>"1"</entry>
594594
<entry><constant>INI_PERDIR</constant></entry>
595-
<entry>Deprecated as of PHP 8.5.0 and will be removed in the future</entry>
595+
<entry>Deprecated as of PHP 8.5.0</entry>
596596
</row>
597597
<row>
598598
<entry><link linkend="ini.enable-post-data-reading">enable_post_data_reading</link></entry>
@@ -784,7 +784,7 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
784784
</simpara>
785785
<warning>
786786
<simpara>
787-
This directive has been <emphasis>DEPRECATED</emphasis> as of PHP 8.5.0 and will be removed in the future.
787+
This feature has been <emphasis>DEPRECATED</emphasis> as of PHP 8.5.0.
788788
Configure <literal>register_argc_argv=0</literal> and switch to either <varname>$_GET</varname>
789789
or <varname>$_SERVER['QUERY_STRING']</varname> to access the information,
790790
after verifying that the usage is safe.

appendices/ini.list.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,13 +551,13 @@
551551
<entry><link linkend="ini.register-argc-argv">register_argc_argv</link></entry>
552552
<entry><literal>"1"</literal></entry>
553553
<entry><constant>INI_PERDIR</constant></entry>
554-
<entry>Deprecated as of PHP 8.5.0 and will be removed in the future</entry>
554+
<entry>Deprecated as of PHP 8.5.0</entry>
555555
</row>
556556
<row>
557557
<entry><link linkend="ini.report-memleaks">report_memleaks</link></entry>
558558
<entry><literal>"1"</literal></entry>
559559
<entry><constant>INI_ALL</constant></entry>
560-
<entry>Deprecated as of PHP 8.5.0 and will be removed in the future</entry>
560+
<entry>Deprecated as of PHP 8.5.0</entry>
561561
</row>
562562
<row>
563563
<entry>report_zend_debug</entry>

features/commandline.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ if (php_sapi_name() === 'cli') {
205205
</warning>
206206
<warning>
207207
<simpara>
208-
This directive has been <emphasis>DEPRECATED</emphasis> as of PHP 8.5.0 and will be removed in the future.
208+
This feature has been <emphasis>DEPRECATED</emphasis> as of PHP 8.5.0.
209209
</simpara>
210210
</warning>
211211
</entry>

reference/errorfunc/ini.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<entry><link linkend="ini.report-memleaks">report_memleaks</link></entry>
6565
<entry>"1"</entry>
6666
<entry><constant>INI_ALL</constant></entry>
67-
<entry>Deprecated as of PHP 8.5.0 and will be removed in the future</entry>
67+
<entry>Deprecated as of PHP 8.5.0</entry>
6868
</row>
6969
<row>
7070
<entry><link linkend="ini.track-errors">track_errors</link></entry>
@@ -330,7 +330,7 @@
330330
</simpara>
331331
<warning>
332332
<simpara>
333-
This directive has been <emphasis>DEPRECATED</emphasis> as of PHP 8.5.0 and will be removed in the future.
333+
This feature has been <emphasis>DEPRECATED</emphasis> as of PHP 8.5.0.
334334
</simpara>
335335
</warning>
336336
</listitem>

0 commit comments

Comments
 (0)