summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-09-26 20:49:00 +0200
committerAnatol Belski <ab@php.net>2014-09-26 20:49:00 +0200
commit75964594a288900baea0764e67d53c10491a281d (patch)
treef217db56b4bce8626b19e02b6cbef045282fde81
parent57dbe023649746b92bb85ff3114e6b10d26ca134 (diff)
downloadphp-git-75964594a288900baea0764e67d53c10491a281d.tar.gz
drop TSRMLS_FETCH in xsl
-rw-r--r--ext/xsl/xsltprocessor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/xsl/xsltprocessor.c b/ext/xsl/xsltprocessor.c
index 20af855aa4..bb4060233e 100644
--- a/ext/xsl/xsltprocessor.c
+++ b/ext/xsl/xsltprocessor.c
@@ -189,8 +189,6 @@ static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int t
xsl_object *intern;
zend_string *callable = NULL;
- TSRMLS_FETCH();
-
if (! zend_is_executing(TSRMLS_C)) {
xsltGenericError(xsltGenericErrorContext,
"xsltExtFunctionTest: Function called from outside of PHP\n");