Browse Source

include php_compat.h, so that we use php_XML_* if necessary. Better to do it in expat.h, so that other libs, eg xmlrpc, inherit this behavior and we can link

experimental/ZendEngine2
Dan Libby 25 years ago
parent
commit
061cd20400
  1. 1
      ext/xml/expat/expat.h

1
ext/xml/expat/expat.h

@ -7,6 +7,7 @@ See the file COPYING for copying permission.
#define XmlParse_INCLUDED 1
#include <stdlib.h>
#include "php_compat.h"
#ifndef XMLPARSEAPI
# if defined(__declspec) && !defined(__BEOS__)

Loading…
Cancel
Save