mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- Made it possible to build ext/xmlrpc with libxml2
This commit is contained in:
parent
24eb2bfabc
commit
a8b29a2e8f
6 changed files with 62 additions and 23 deletions
|
@ -46,7 +46,7 @@
|
|||
#define hashTableIterInit php_hashTableIterInit
|
||||
#define hashTableIterNext php_hashTableIterNext
|
||||
|
||||
#if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT)
|
||||
#if defined(HAVE_LIBXML) && (defined(HAVE_XML) || defined(HAVE_XMLRPC)) && !defined(HAVE_LIBEXPAT)
|
||||
#define XML_DefaultCurrent php_XML_DefaultCurrent
|
||||
#define XML_ErrorString php_XML_ErrorString
|
||||
#define XML_ExpatVersion php_XML_ExpatVersion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue