Skip to content

Commit 07aed90

Browse files
committed
Add warn.deprecated.(feature|function)-8-4-0 to language-snippets.ent
1 parent 077aab2 commit 07aed90

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

language-snippets.ent

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,16 @@ xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
363363
<emphasis>DEPRECATED</emphasis> as of PHP 8.3.0. Relying on this function
364364
is highly discouraged.</simpara></warning>'>
365365

366+
<!ENTITY warn.deprecated.feature-8-4-0 '<warning
367+
xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
368+
<emphasis>DEPRECATED</emphasis> as of PHP 8.4.0. Relying on this feature
369+
is highly discouraged.</simpara></warning>'>
370+
371+
<!ENTITY warn.deprecated.function-8-4-0 '<warning
372+
xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
373+
<emphasis>DEPRECATED</emphasis> as of PHP 8.4.0. Relying on this function
374+
is highly discouraged.</simpara></warning>'>
375+
366376
<!ENTITY removed.php.future 'This deprecated feature <emphasis xmlns="http://docbook.org/ns/docbook">will</emphasis>
367377
certainly be <emphasis xmlns="http://docbook.org/ns/docbook">removed</emphasis> in the future.'>
368378

0 commit comments

Comments
 (0)