File tree 3 files changed +25
-0
lines changed
reference/strings/functions
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,11 @@ xmlns="http://docbook.org/ns/docbook"><simpara>This function has been
319
319
<emphasis >DEPRECATED</emphasis > as of PHP 8.1.0. Relying on this function
320
320
is highly discouraged.</simpara ></warning >'>
321
321
322
+ <!ENTITY warn.deprecated.function-8-2-0 '<warning
323
+ xmlns=" http://docbook.org/ns/docbook" ><simpara >This function has been
324
+ <emphasis >DEPRECATED</emphasis > as of PHP 8.2.0. Relying on this function
325
+ is highly discouraged.</simpara ></warning >'>
326
+
322
327
<!ENTITY removed.php.future 'This deprecated feature <emphasis xmlns =" http://docbook.org/ns/docbook" >will</emphasis >
323
328
certainly be <emphasis xmlns =" http://docbook.org/ns/docbook" >removed</emphasis > in the future.'>
324
329
Original file line number Diff line number Diff line change 8
8
characters
9
9
</refpurpose >
10
10
</refnamediv >
11
+
12
+ <refsynopsisdiv >
13
+ &warn.deprecated.function-8-2-0;
14
+ </refsynopsisdiv >
11
15
12
16
<refsect1 role =" description" >
13
17
&reftitle.description;
75
79
</row >
76
80
</thead >
77
81
<tbody >
82
+ <row >
83
+ <entry >8.2.0</entry >
84
+ <entry >
85
+ This function has been deprecated.
86
+ </entry >
87
+ </row >
78
88
<row >
79
89
<entry >7.2.0</entry >
80
90
<entry >
Original file line number Diff line number Diff line change 5
5
<refname >utf8_encode</refname >
6
6
<refpurpose >Converts a string from ISO-8859-1 to UTF-8</refpurpose >
7
7
</refnamediv >
8
+
9
+ <refsynopsisdiv >
10
+ &warn.deprecated.function-8-2-0;
11
+ </refsynopsisdiv >
8
12
9
13
<refsect1 role =" description" >
10
14
&reftitle.description;
75
79
</row >
76
80
</thead >
77
81
<tbody >
82
+ <row >
83
+ <entry >8.2.0</entry >
84
+ <entry >
85
+ This function has been deprecated.
86
+ </entry >
87
+ </row >
78
88
<row >
79
89
<entry >7.2.0</entry >
80
90
<entry >
You can’t perform that action at this time.
0 commit comments