reference/dom/domdocument/savexml.xml
40476b2960f884b088d77f38b6bef2c43b662d10
...
...
@@ -37,7 +37,11 @@
37
37
<term><parameter>options</parameter></term>
38
38
<listitem>
39
39
<para>
40
-
Additional Options. Currently only <link linkend="libxml.constants">LIBXML_NOEMPTYTAG</link> is supported.
40
+
Additional Options.
41
+
The <link linkend="libxml.constants">LIBXML_NOEMPTYTAG</link>
42
+
and <link linkend="libxml.constants">LIBXML_NOXMLDECL</link> options are supported.
43
+
Prior to PHP 8.3.0, only the <link linkend="libxml.constants">LIBXML_NOEMPTYTAG</link>
44
+
option is supported.
41
45
</para>
42
46
</listitem>
43
47
</varlistentry>
...
...
@@ -67,6 +71,28 @@
67
71
</para>
68
72
</refsect1>
69
73

74
+
<refsect1 role="changelog">
75
+
&reftitle.changelog;
76
+
<informaltable>
77
+
<tgroup cols="2">
78
+
<thead>
79
+
<row>
80
+
<entry>&Version;</entry>
81
+
<entry>&Description;</entry>
82
+
</row>
83
+
</thead>
84
+
<tbody>
85
+
<row>
86
+
<entry>8.3.0</entry>
87
+
<entry>
88
+
<link linkend="libxml.constants">LIBXML_NOXMLDECL</link> is now supported.
89
+
</entry>
90
+
</row>
91
+
</tbody>
92
+
</tgroup>
93
+
</informaltable>
94
+
</refsect1>
95
+

70
96
<refsect1 role="examples">
71
97
&reftitle.examples;
72
98
<para>
73
99