diff options
author | Wez Furlong <wez@php.net> | 2004-01-09 15:31:09 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2004-01-09 15:31:09 +0000 |
commit | 5e57f973cc932264229027df50cdae97af2db09e (patch) | |
tree | 8dec7bd3699ba92cad04ae61e69a1a951701563d /ext/soap/php_encoding.c | |
parent | 6ac364048beb1c7a72fa7e15401c72aaab2722ab (diff) | |
download | php-git-5e57f973cc932264229027df50cdae97af2db09e.tar.gz |
let soap build with php5
Diffstat (limited to 'ext/soap/php_encoding.c')
-rw-r--r-- | ext/soap/php_encoding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/soap/php_encoding.c b/ext/soap/php_encoding.c index bd6ec43978..b5f3b96fe7 100644 --- a/ext/soap/php_encoding.c +++ b/ext/soap/php_encoding.c @@ -1429,6 +1429,7 @@ smart_str *build_soap_action(zval *this_ptr, char *soapaction) { zval **uri; smart_str *tmp; + TSRMLS_FETCH(); tmp = emalloc(sizeof(smart_str)); memset(tmp, 0, sizeof(smart_str)); |