summaryrefslogtreecommitdiff
path: root/ext/libxml/php_libxml.h
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2011-08-30 01:08:22 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2011-08-30 01:08:22 +0000
commit7bd505021c983c2575c534db6b4a451ce9deb0ac (patch)
tree76dde8e21d18a91c17ecccb509ca5c770e58fe5c /ext/libxml/php_libxml.h
parent8590f2587a2f8ba3f1ee38f35dbac127741d57c5 (diff)
downloadphp-git-7bd505021c983c2575c534db6b4a451ce9deb0ac.tar.gz
- Turns out the external entity loader is not a per-thread global but a true
global. Changed code accordingly; however, applications that embed PHP and also use libxml2 may be affected negatively.
Diffstat (limited to 'ext/libxml/php_libxml.h')
-rw-r--r--ext/libxml/php_libxml.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/libxml/php_libxml.h b/ext/libxml/php_libxml.h
index 8fe7fe4ad6..f1c8b7af69 100644
--- a/ext/libxml/php_libxml.h
+++ b/ext/libxml/php_libxml.h
@@ -43,7 +43,6 @@ ZEND_BEGIN_MODULE_GLOBALS(libxml)
zval *stream_context;
smart_str error_buffer;
zend_llist *error_list;
- xmlExternalEntityLoader defaultEntityLoader; /* saved here to allow it restored */
struct _php_libxml_entity_resolver {
zend_fcall_info fci;
zend_fcall_info_cache fcc;