Merge branch 'PHP-8.3'

* PHP-8.3:
  Fix libxml2 build for 2.12.0-2.12.2
This commit is contained in:
Niels Dossche 2023-12-23 17:21:34 +01:00
commit c293de792f

View file

@ -36,6 +36,7 @@
#include <libxml/xmlerror.h>
#include <libxml/xmlsave.h>
#include <libxml/xmlerror.h>
#include <libxml/entities.h>
#ifdef LIBXML_SCHEMAS_ENABLED
#include <libxml/relaxng.h>
#include <libxml/xmlschemas.h>