Skip to content

Commit

Permalink
Add warn.deprecated.(feature|function)-8-4-0 to language-snippets.ent
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Nov 3, 2024
1 parent 077aab2 commit 07aed90
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions language-snippets.ent
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,16 @@ xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
<emphasis>DEPRECATED</emphasis> as of PHP 8.3.0. Relying on this function
is highly discouraged.</simpara></warning>'>

<!ENTITY warn.deprecated.feature-8-4-0 '<warning
xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
<emphasis>DEPRECATED</emphasis> as of PHP 8.4.0. Relying on this feature
is highly discouraged.</simpara></warning>'>

<!ENTITY warn.deprecated.function-8-4-0 '<warning
xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
<emphasis>DEPRECATED</emphasis> as of PHP 8.4.0. Relying on this function
is highly discouraged.</simpara></warning>'>

<!ENTITY removed.php.future 'This deprecated feature <emphasis xmlns="http://docbook.org/ns/docbook">will</emphasis>
certainly be <emphasis xmlns="http://docbook.org/ns/docbook">removed</emphasis> in the future.'>

Expand Down

0 comments on commit 07aed90

Please sign in to comment.