diff options
author | Anatol Belski <ab@php.net> | 2014-09-26 21:12:31 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-09-26 21:12:31 +0200 |
commit | 4fe9395678ea27d46d1c8f74a24cb10de43a11ee (patch) | |
tree | 3b34041d087855c883531e8243e4aedc0c00589b /ext/soap/php_xml.c | |
parent | 169701a64c813a0df6e867e33b95abe8e2b19845 (diff) | |
download | php-git-4fe9395678ea27d46d1c8f74a24cb10de43a11ee.tar.gz |
cleanup TSRMLS_FETCH in ext/soap
Diffstat (limited to 'ext/soap/php_xml.c')
-rw-r--r-- | ext/soap/php_xml.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/soap/php_xml.c b/ext/soap/php_xml.c index 5ad5548c40..d59a65f182 100644 --- a/ext/soap/php_xml.c +++ b/ext/soap/php_xml.c @@ -133,8 +133,6 @@ xmlDocPtr soap_xmlParseMemory(const void *buf, size_t buf_size) xmlParserCtxtPtr ctxt = NULL; xmlDocPtr ret; - TSRMLS_FETCH(); - /* xmlInitParser(); */ |