Browse Source

*** empty log message ***

PHP-4.0.5
Rui Hirokawa 25 years ago
parent
commit
0841703c32
  1. 3
      main/php_compat.h

3
main/php_compat.h

@ -24,6 +24,8 @@
#define hashTableDestroy php_hashTableDestroy
#define hashTableIterInit php_hashTableIterInit
#define hashTableIterNext php_hashTableIterNext
#ifndef HAVE_LIBEXPAT2
#define XML_DefaultCurrent php_XML_DefaultCurrent
#define XML_ErrorString php_XML_ErrorString
#define XML_ExternalEntityParserCreate php_XML_ExternalEntityParserCreate
@ -67,5 +69,6 @@
#define XmlUtf16Encode php_XmlUtf16Encode
#define XmlUtf8Encode php_XmlUtf8Encode
#define XmlPrologStateInit php_XmlPrologStateInit
#endif
#endif
Loading…
Cancel
Save