--- embedaddon/php/ext/libxml/php_libxml.h 2012/02/21 23:47:57 1.1.1.1 +++ embedaddon/php/ext/libxml/php_libxml.h 2012/05/29 12:34:40 1.1.1.2 @@ -17,7 +17,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_libxml.h,v 1.1.1.1 2012/02/21 23:47:57 misho Exp $ */ +/* $Id: php_libxml.h,v 1.1.1.2 2012/05/29 12:34:40 misho Exp $ */ #ifndef PHP_LIBXML_H #define PHP_LIBXML_H @@ -43,6 +43,10 @@ ZEND_BEGIN_MODULE_GLOBALS(libxml) zval *stream_context; smart_str error_buffer; zend_llist *error_list; + struct _php_libxml_entity_resolver { + zend_fcall_info fci; + zend_fcall_info_cache fcc; + } entity_loader; ZEND_END_MODULE_GLOBALS(libxml) typedef struct _libxml_doc_props {