From: Pierre Joye Date: Thu, 15 May 2014 08:36:09 +0000 (+0200) Subject: fix ts build X-Git-Tag: POST_PHPNG_MERGE~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=684506c4c861e78847721fde432af8be953f0b49;p=php fix ts build --- diff --git a/ext/wddx/wddx.c b/ext/wddx/wddx.c index 8b46910152..3b4357ae36 100644 --- a/ext/wddx/wddx.c +++ b/ext/wddx/wddx.c @@ -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;