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.
1 parent 3bc4a63 commit 3691b6dCopy full SHA for 3691b6d
NEWS
@@ -25,6 +25,9 @@ PHP NEWS
25
. Fixed bug #74764 (Bindto IPv6 works with file_get_contents but fails with
26
stream_socket_client). (Ville Hukkamäki)
27
28
+- XMLRPC:
29
+ . Fixed bug #76886 (Can't build xmlrpc with expat). (Thomas Petazzoni, cmb)
30
+
31
- Zlib:
32
. Fixed bug #75273 (php_zlib_inflate_filter() may not update bytes_consumed).
33
(Martin Burke, cmb)
ext/xml/expat_compat.h
@@ -154,6 +154,7 @@ PHP_XML_API const XML_Char *XML_ExpatVersion(void);
154
PHP_XML_API void XML_ParserFree(XML_Parser);
155
156
#elif defined(HAVE_LIBEXPAT)
157
+#include "php.h"
158
#include <expat.h>
159
#endif /* HAVE_LIBEXPAT */
160
0 commit comments