Skip to content

Commit c293de7

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix libxml2 build for 2.12.0-2.12.2
2 parents 20c72e1 + bb00743 commit c293de7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/libxml/libxml.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
#include <libxml/xmlerror.h>
3737
#include <libxml/xmlsave.h>
3838
#include <libxml/xmlerror.h>
39+
#include <libxml/entities.h>
3940
#ifdef LIBXML_SCHEMAS_ENABLED
4041
#include <libxml/relaxng.h>
4142
#include <libxml/xmlschemas.h>

0 commit comments

Comments
 (0)