Removed zend_fcall_info.symbol_table

This commit is contained in:
Dmitry Stogov 2016-03-02 17:50:55 +03:00
parent 960b3755b3
commit c67c166f93
21 changed files with 6 additions and 40 deletions

View file

@ -320,7 +320,6 @@ static void xsl_ext_function_php(xmlXPathParserContextPtr ctxt, int nargs, int t
xmlXPathFreeObject(obj);
ZVAL_COPY_VALUE(&fci.function_name, &handler);
fci.symbol_table = NULL;
fci.object = NULL;
fci.retval = &retval;
fci.no_separation = 0;