diff options
author | Andi Gutmans <andi@php.net> | 2002-02-05 20:43:49 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2002-02-05 20:43:49 +0000 |
commit | 284eaf34cc525a099c94bf99cfec431cbd933033 (patch) | |
tree | 1a324e85176d0991ace1c5197bc132c064abb52b /ext/wddx | |
parent | a8013517f5cccd824ec3da65ced80b419ad8d435 (diff) | |
download | php-git-284eaf34cc525a099c94bf99cfec431cbd933033.tar.gz |
- Add TSRMLS_FETCH()'s needed for the new object overloading in ZE2.
Diffstat (limited to 'ext/wddx')
-rw-r--r-- | ext/wddx/wddx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index c7e31dad4a..184103b2df 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -548,6 +548,7 @@ static void php_wddx_serialize_array(wddx_packet *packet, zval *arr) char tmp_buf[WDDX_BUF_LEN]; ulong ind = 0; int type; + TSRMLS_FETCH(); target_hash = HASH_OF(arr); |