diff --git a/reference/dom/domdocument/savexml.xml b/reference/dom/domdocument/savexml.xml index 740181fc7124..3b54b8cbbf87 100644 --- a/reference/dom/domdocument/savexml.xml +++ b/reference/dom/domdocument/savexml.xml @@ -37,7 +37,11 @@ options - Additional Options. Currently only LIBXML_NOEMPTYTAG is supported. + Additional Options. + The LIBXML_NOEMPTYTAG + and LIBXML_NOXMLDECL options are supported. + Prior to PHP 8.3.0, only the LIBXML_NOEMPTYTAG + option is supported. @@ -67,6 +71,28 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.3.0 + + LIBXML_NOXMLDECL is now supported. + + + + + + + &reftitle.examples;