diff options
Diffstat (limited to 'ext/xslt/xslt.c')
-rw-r--r-- | ext/xslt/xslt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/xslt/xslt.c b/ext/xslt/xslt.c index dc969b5f12..2ec424ce4e 100644 --- a/ext/xslt/xslt.c +++ b/ext/xslt/xslt.c @@ -216,7 +216,7 @@ extern void xslt_call_function(char *name, zval ***argv; /* Argument container, maps around for call_user_function_ex() */ int error; /* Error container */ int idx; /* Idx, when looping through and free'ing the arguments */ - ELS_FETCH(); /* For TS mode, fetch the executor globals */ + TSRMLS_FETCH(); /* For TS mode, fetch the executor globals */ /* Allocate and initialize return value from the function */ MAKE_STD_ZVAL(*retval); |