1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Added or updated the changelog section for functions containing this entity:

warn.deprecated.function-7-4-0.removed-8-0-0
This commit is contained in:
philip
2025-02-28 10:18:24 -08:00
parent 51ea49d0a5
commit 06313c3bb1
10 changed files with 205 additions and 4 deletions

View File

@@ -233,6 +233,9 @@ the names of its functions and any other documentation surrounding this
extension may change without notice in a future release of PHP.
This extension should be used at your own risk.</simpara></warning>'>
<!ENTITY deprecated.function 'Deprecated this function.'>
<!ENTITY removed.function 'Removed this function.'>
<!ENTITY warn.deprecated.feature-5-3-0 '<warning
xmlns="http://docbook.org/ns/docbook"><simpara>This feature has been
<emphasis>DEPRECATED</emphasis> as of PHP 5.3.0. Relying on this feature

View File

@@ -45,10 +45,16 @@
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
This function has been deprecated.
&deprecated.function;
</entry>
</row>
</tbody>

View File

@@ -45,10 +45,16 @@
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
This function has been deprecated.
&deprecated.function;
</entry>
</row>
</tbody>

View File

@@ -35,6 +35,36 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
&deprecated.function;
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View File

@@ -45,7 +45,37 @@
The hash value of <parameter>addr</parameter>.
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
&deprecated.function;
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>

View File

@@ -63,6 +63,36 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
&deprecated.function;
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View File

@@ -37,6 +37,36 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
&deprecated.function;
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View File

@@ -97,6 +97,36 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
&deprecated.function;
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
&note.bin-safe;

View File

@@ -58,6 +58,36 @@
</para>
</refsect1>
<refsect1 role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
&deprecated.function;
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
<para>

View File

@@ -245,10 +245,16 @@
</row>
</thead>
<tbody>
<row>
<entry>8.0.0</entry>
<entry>
&removed.function;
</entry>
</row>
<row>
<entry>7.4.0</entry>
<entry>
This function has been deprecated. Instead,
&deprecated.function; Instead,
use <methodname>NumberFormatter::formatCurrency</methodname>.
</entry>
</row>