Skip to content

Commit 2e49532

Browse files
committed
replace deprecated feature warnings with entity reference
1 parent f5f175c commit 2e49532

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

appendices/ini.core.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,11 +254,7 @@
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

language-snippets.ent

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
467471
surrounding documentation may change without notice in a future release of PHP.

0 commit comments

Comments
 (0)