]> granicus.if.org Git - php/commitdiff
Fix TSRM
authorMarcus Boerger <helly@php.net>
Wed, 21 Jan 2004 07:07:34 +0000 (07:07 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 21 Jan 2004 07:07:34 +0000 (07:07 +0000)
ext/soap/php_encoding.c

index b4acf1001a23c6d2dfa685633ee94043b03a5d0f..16b2470282a91dfaf63f6611f45a6e22a87bad9d 100644 (file)
@@ -177,6 +177,7 @@ void whiteSpace_collapse(char* str)
 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style)
 {
        xmlNodePtr node = NULL;
+       TSRMLS_FETCH();
 
        if (encode == NULL) {
                encode = get_conversion(UNKNOWN_TYPE);