We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 17c7b71 + 3691b6d commit ae46e20Copy full SHA for ae46e20
NEWS
@@ -7,6 +7,9 @@ PHP NEWS
7
. Fixed bug #76800 (foreach inconsistent if array modified during loop).
8
(Dmitry)
9
10
+- XMLRPC:
11
+ . Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)
12
+
13
13 Sep 2018, PHP 7.3.0RC1
14
15
- Core:
ext/xml/expat_compat.h
@@ -152,6 +152,7 @@ PHP_XML_API const XML_Char *XML_ExpatVersion(void);
152
PHP_XML_API void XML_ParserFree(XML_Parser);
153
154
#elif defined(HAVE_LIBEXPAT)
155
+#include "php.h"
156
#include <expat.h>
157
#endif /* HAVE_LIBEXPAT */
158
0 commit comments