Skip to content

Commit a741371

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Fix deprecation warning for libxml SAX header (php#18594)
2 parents bdc09a0 + 903fcb4 commit a741371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/dom/document.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
#include "php.h"
2323
#if defined(HAVE_LIBXML) && defined(HAVE_DOM)
2424
#include "php_dom.h"
25-
#include <libxml/SAX.h>
2625
#include <libxml/xmlsave.h>
2726
#ifdef LIBXML_SCHEMAS_ENABLED
2827
#include <libxml/relaxng.h>

0 commit comments

Comments
 (0)