Diff for /embedaddon/php/ext/libxml/php_libxml.h between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:47:57 version 1.1.1.2, 2012/05/29 12:34:40
Line 43  ZEND_BEGIN_MODULE_GLOBALS(libxml) Line 43  ZEND_BEGIN_MODULE_GLOBALS(libxml)
         zval *stream_context;          zval *stream_context;
         smart_str error_buffer;          smart_str error_buffer;
         zend_llist *error_list;          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)  ZEND_END_MODULE_GLOBALS(libxml)
   
 typedef struct _libxml_doc_props {  typedef struct _libxml_doc_props {

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>