Skip to content

Commit 92a0cc7

Browse files
authored
Fix deprecation warning for libxml SAX header (#18594)
This header is deprecated, but fortunately it isn't actually used.
1 parent 98cb17f commit 92a0cc7

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)