File tree 3 files changed +5
-0
lines changed
3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
- Intl:
6
6
. Fixed bug GH-12635 (Test bug69398.phpt fails with ICU 74.1). (nielsdos)
7
7
8
+ - LibXML:
9
+ . Fixed bug GH-12702 (libxml2 2.12.0 issue building from src). (nono303)
10
+
8
11
- PCRE:
9
12
. Fixed bug GH-12628 (The gh11374 test fails on Alpinelinux). (nielsdos)
10
13
Original file line number Diff line number Diff line change 23
23
#if defined(HAVE_LIBXML ) && defined(HAVE_DOM )
24
24
#include "php_dom.h"
25
25
#include <libxml/SAX.h>
26
+ #include <libxml/xmlsave.h>
26
27
#ifdef LIBXML_SCHEMAS_ENABLED
27
28
#include <libxml/relaxng.h>
28
29
#include <libxml/xmlschemas.h>
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ extern zend_module_entry libxml_module_entry;
35
35
36
36
#include "zend_smart_str.h"
37
37
#include <libxml/tree.h>
38
+ #include <libxml/parser.h>
38
39
39
40
#define LIBXML_SAVE_NOEMPTYTAG 1<<2
40
41
You can’t perform that action at this time.
0 commit comments