Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions language-snippets.ent
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,11 @@ 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.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
4 changes: 4 additions & 0 deletions reference/mysqli/mysqli/kill.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<refpurpose>Asks the server to kill a MySQL thread</refpurpose>
</refnamediv>

<refsynopsisdiv>
&warn.deprecated.function-8-4-0;
</refsynopsisdiv>

<refsect1 role="description">
&reftitle.description;
<para>&style.oop;</para>
Expand Down
4 changes: 4 additions & 0 deletions reference/mysqli/mysqli/ping.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
<refpurpose>Pings a server connection, or tries to reconnect if the connection has gone down</refpurpose>
</refnamediv>

<refsynopsisdiv>
&warn.deprecated.function-8-4-0;
</refsynopsisdiv>

<refsect1 role="description">
&reftitle.description;
<para>&style.oop;</para>
Expand Down
4 changes: 4 additions & 0 deletions reference/mysqli/mysqli/refresh.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<refname>mysqli_refresh</refname>
<refpurpose>Refreshes</refpurpose>
</refnamediv>

<refsynopsisdiv>
&warn.deprecated.function-8-4-0;
</refsynopsisdiv>

<refsect1 role="description">
&reftitle.description;
Expand Down