language/predefined/variables/phperrormsg.xml
a6d209f4ff71ccba3f1255902827f5df3e092ff9
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<phpdoc:varentry xmlns:phpdoc="http://php.net/ns/phpdoc" xml:id="reserved.variables.phperrormsg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
+
<refentry role="variable" xml:id="reserved.variables.phperrormsg" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
5
<refnamediv>
6
6
<refname>$php_errormsg</refname>
7
7
<refpurpose>The previous error message</refpurpose>
...
...
@@ -33,6 +33,40 @@
33
33
</warning>
34
34
</refsect1>
35
35

36
+
<refsect1 role="changelog">
37
+
&reftitle.changelog;
38
+
<para>
39
+
<informaltable>
40
+
<tgroup cols="2">
41
+
<thead>
42
+
<row>
43
+
<entry>&Version;</entry>
44
+
<entry>&Description;</entry>
45
+
</row>
46
+
</thead>
47
+
<tbody>
48
+
<row>
49
+
<entry>8.0.0</entry>
50
+
<entry>
51
+
Directive <link linkend="ini.track-errors">track_errors</link> which
52
+
caused <varname>$php_errormsg</varname> to be available has been
53
+
removed.
54
+
</entry>
55
+
</row>
56
+
<row>
57
+
<entry>7.2.0</entry>
58
+
<entry>
59
+
Directive <link linkend="ini.track-errors">track_errors</link> which
60
+
caused <varname>$php_errormsg</varname> to be available has been
61
+
deprecated.
62
+
</entry>
63
+
</row>
64
+
</tbody>
65
+
</tgroup>
66
+
</informaltable>
67
+
</para>
68
+
</refsect1>
69
+
36
70
<refsect1 role="examples">
37
71
&reftitle.examples;
38
72
<para>
...
...
@@ -65,7 +99,7 @@ Wrong parameter count for strpos()
65
99
</para>
66
100
</refsect1>
67
101

68
-
</phpdoc:varentry>
102
+
</refentry>
69
103
70
104
<!-- Keep this comment at the end of the file
71
105
Local variables:
72
106