reference/errorfunc/functions/debug-print-backtrace.xml
24ea750d479d4992705bfb11bd3be4a388c7c13f
...
...
@@ -30,7 +30,7 @@
30
30
<term><parameter>options</parameter></term>
31
31
<listitem>
32
32
<para>
33
-
As of 5.3.6, this parameter is a bitmask for the following options:
33
+
This parameter is a bitmask for the following options:
34
34
<table>
35
35
<title><function>debug_print_backtrace</function> options</title>
36
36
<tgroup cols="2">
...
...
@@ -52,7 +52,7 @@
52
52
<term><parameter>limit</parameter></term>
53
53
<listitem>
54
54
<para>
55
-
As of 5.4.0, this parameter can be used to limit the number of stack frames printed.
55
+
This parameter can be used to limit the number of stack frames printed.
56
56
By default (<parameter>limit</parameter>=<literal>0</literal>) it prints all stack frames.
57
57
</para>
58
58
</listitem>
...
...
@@ -68,36 +68,6 @@
68
68
</para>
69
69
</refsect1>
70
70

71
-
<refsect1 role="changelog">
72
-
&reftitle.changelog;
73
-
<para>
74
-
<informaltable>
75
-
<tgroup cols="2">
76
-
<thead>
77
-
<row>
78
-
<entry>&Version;</entry>
79
-
<entry>&Description;</entry>
80
-
</row>
81
-
</thead>
82
-
<tbody>
83
-
<row>
84
-
<entry>5.4.0</entry>
85
-
<entry>
86
-
Added the optional parameter <parameter>limit</parameter>.
87
-
</entry>
88
-
</row>
89
-
<row>
90
-
<entry>5.3.6</entry>
91
-
<entry>
92
-
Added the optional parameter <parameter>options</parameter>.
93
-
</entry>
94
-
</row>
95
-
</tbody>
96
-
</tgroup>
97
-
</informaltable>
98
-
</para>
99
-
</refsect1>
100
-

101
71
<refsect1 role="examples">
102
72
&reftitle.examples;
103
73
<para>
104
74