diff options
author | Marcus Boerger <helly@php.net> | 2004-09-26 21:45:17 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-09-26 21:45:17 +0000 |
commit | ace462334ea98948c7657d3b6dac0547154fb7d0 (patch) | |
tree | 9cf1326a6a34fc0016fd945c4c52d2108e0509cb /ext/soap/php_sdl.c | |
parent | 42bc4cd0cac4195e57938b80925987fec6170312 (diff) | |
download | php-git-ace462334ea98948c7657d3b6dac0547154fb7d0.tar.gz |
Fix TSRM build
Diffstat (limited to 'ext/soap/php_sdl.c')
-rw-r--r-- | ext/soap/php_sdl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/soap/php_sdl.c b/ext/soap/php_sdl.c index 0d4695f357..c506d52db1 100644 --- a/ext/soap/php_sdl.c +++ b/ext/soap/php_sdl.c @@ -75,7 +75,6 @@ encodePtr get_encoder_from_prefix(sdlPtr sdl, xmlNodePtr node, const char *type) static sdlTypePtr get_element(sdlPtr sdl, xmlNodePtr node, const char *type) { sdlTypePtr ret = NULL; - TSRMLS_FETCH(); if (sdl->elements) { xmlNsPtr nsptr; |