/* {{{ php_xmlparser_make_params()
Translates a PHP array to a xmlparser parameters array */
-static char **php_xmlparser_make_params(zval *idvars)
+static char **php_xmlparser_make_params(zval *idvars TSRMLS_DC)
{
HashTable *parht;
int parsize;
DOMXML_PARAM_THREE(parserp, id, le_domxmlparserp,"s|a", &tagname, &tagname_len, ¶ms);
if (params != NULL) {
- atts = php_xmlparser_make_params(params);
+ atts = php_xmlparser_make_params(params TSRMLS_CC);
}
if (parserp->myDoc == NULL) {
php_error(E_WARNING, "%s(): Document was not started", get_active_function_name(TSRMLS_C));