File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 254254 sufficient security measure for shared hosting environments.
255255 </simpara >
256256 </warning >
257- <warning >
258- <simpara >
259- This directive has been <emphasis >REMOVED</emphasis > as of PHP 8.5.0.
260- </simpara >
261- </warning >
257+ &warn.removed.feature-8-5-0;
262258 </listitem >
263259 </varlistentry >
264260
@@ -794,14 +790,14 @@ Fatal error: Maximum execution time of 30+2 seconds exceeded (terminated) in Unk
794790 <simpara >
795791 See also <link linkend =" features.commandline" >command line</link >.
796792 </simpara >
797- <warning >
793+ <note >
798794 <simpara >
799- This directive has been <emphasis >DEPRECATED</emphasis > as of PHP 8.5.0 and will be removed in the future.
800795 Configure <literal >register_argc_argv=0</literal > and switch to either <varname >$_GET</varname >
801796 or <varname >$_SERVER['QUERY_STRING']</varname > to access the information,
802797 after verifying that the usage is safe.
803798 </simpara >
804- </warning >
799+ </note >
800+ &warn.deprecated.feature-8-5-0;
805801 </listitem >
806802 </varlistentry >
807803
Original file line number Diff line number Diff line change @@ -203,11 +203,7 @@ if (php_sapi_name() === 'cli') {
203203 </informalexample >
204204 </para >
205205 </warning >
206- <warning >
207- <simpara >
208- This feature has been <emphasis >DEPRECATED</emphasis > as of PHP 8.5.0.
209- </simpara >
210- </warning >
206+ &warn.deprecated.feature-8-5-0;
211207 </entry >
212208 </row >
213209 <row >
Original file line number Diff line number Diff line change @@ -462,6 +462,10 @@ xmlns="http://docbook.org/ns/docbook"><simpara>This function was
462462<!ENTITY warn.removed.alias-8-0-0 '<warning xmlns =" http://docbook.org/ns/docbook" ><simpara >This alias is
463463<emphasis >REMOVED</emphasis > as of PHP 8.0.0.</simpara ></warning >'>
464464
465+ <!ENTITY warn.removed.feature-8-5-0 '<warning
466+ xmlns=" http://docbook.org/ns/docbook" ><simpara >This feature has been
467+ <emphasis >REMOVED</emphasis > as of PHP 8.5.0.</simpara ></warning >'>
468+
465469<!ENTITY warn.experimental.func '<warning xmlns =" http://docbook.org/ns/docbook" ><simpara >This function is
466470<emphasis >EXPERIMENTAL</emphasis >. The behaviour of this function, its name, and
467471surrounding documentation may change without notice in a future release of PHP.
Original file line number Diff line number Diff line change 328328 error_reporting includes <constant >E_WARNING</constant > in the allowed
329329 list.
330330 </simpara >
331- <warning >
332- <simpara >
333- This feature has been <emphasis >DEPRECATED</emphasis > as of PHP 8.5.0.
334- </simpara >
335- </warning >
331+ &warn.deprecated.feature-8-5-0;
336332 </listitem >
337333 </varlistentry >
338334
You can’t perform that action at this time.
0 commit comments