reference/libxml/functions/libxml-use-internal-errors.xml
f90df97fa5ebfa6e7fcace04976900d6700467cc
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>libxml_use_internal_errors</methodname>
14
-
<methodparam choice="opt"><type>bool</type><parameter>use_errors</parameter><initializer>false</initializer></methodparam>
14
+
<methodparam choice="opt"><type class="union"><type>bool</type><type>null</type></type><parameter>use_errors</parameter><initializer>&null;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
<function>libxml_use_internal_errors</function> allows you to disable
...
...
@@ -43,6 +43,29 @@
43
43
</para>
44
44
</refsect1>
45
45

46
+
<refsect1 role="changelog">
47
+
&reftitle.changelog;
48
+
<informaltable>
49
+
<tgroup cols="2">
50
+
<thead>
51
+
<row>
52
+
<entry>&Version;</entry>
53
+
<entry>&Description;</entry>
54
+
</row>
55
+
</thead>
56
+
<tbody>
57
+
<row>
58
+
<entry>8.0.0</entry>
59
+
<entry>
60
+
<parameter>use_errors</parameter> is nullable now. Previously, its default
61
+
was &false;.
62
+
</entry>
63
+
</row>
64
+
</tbody>
65
+
</tgroup>
66
+
</informaltable>
67
+
</refsect1>
68
+

46
69
<refsect1 role="examples">
47
70
&reftitle.examples;
48
71
<para>
...
...
@@ -93,7 +116,6 @@ bool(false)
93
116
</para>
94
117
</refsect1>
95
118
</refentry>
96
-

97
119
<!-- Keep this comment at the end of the file
98
120
Local variables:
99
121
mode: sgml
100
122