Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  Fix deprecation warning for libxml SAX header (#18594)
This commit is contained in:
Niels Dossche 2025-05-19 19:11:22 +02:00
commit 9bf140afb4
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -27,7 +27,6 @@
#include "xml_serializer.h"
#include "internal_helpers.h"
#include "dom_properties.h"
#include <libxml/SAX.h>
#ifdef LIBXML_SCHEMAS_ENABLED
#include <libxml/relaxng.h>
#include <libxml/xmlschemas.h>