]> granicus.if.org Git - php/commitdiff
fix ts build
authorPierre Joye <pierre.php@gmail.com>
Thu, 15 May 2014 08:36:09 +0000 (10:36 +0200)
committerPierre Joye <pierre.php@gmail.com>
Thu, 15 May 2014 08:36:09 +0000 (10:36 +0200)
ext/wddx/wddx.c

index 8b46910152972456df77596ab6f4b18229fd5577..3b4357ae36b2f449c448109e1d42a8e7e65c1ba9 100644 (file)
@@ -708,7 +708,7 @@ static void php_wddx_push_element(void *user_data, const XML_Char *name, const X
 {
        st_entry ent;
        wddx_stack *stack = (wddx_stack *)user_data;
-       
+       TSRMLS_FETCH();
        if (!strcmp((char *)name, EL_PACKET)) {
                int i;