diff options
author | Thies C. Arntzen <thies@php.net> | 1999-08-18 15:40:54 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-08-18 15:40:54 +0000 |
commit | f63da06238585ec3a482e9646b5579dcdfa1c8cb (patch) | |
tree | b41ac9502342dda1dcb4f108399a5a3d2c694138 /ext/xml/xml.c | |
parent | bed72caf06a0c0cb6ed6e432a27ddeb4479e176b (diff) | |
download | php-git-f63da06238585ec3a482e9646b5579dcdfa1c8cb.tar.gz |
ZTS fix
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/xml/xml.c b/ext/xml/xml.c index 2f7b548abb..20d95dfd57 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -228,6 +228,9 @@ xml_encoding xml_encodings[] = { int php3_minit_xml(INIT_FUNC_ARGS) { + + ELS_FETCH(); + #if defined(THREAD_SAFE) xml_global_struct *xml_globals; PHP3_MUTEX_ALLOC(xml_mutex); |