From 609f05fc19864384fe03a4b97ad263cc0aaf32a0 Mon Sep 17 00:00:00 2001 From: Reeze Xia Date: Sun, 8 Mar 2015 19:24:50 +0800 Subject: ZTS cleanup --- ext/pcre/php_pcre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 502ec57f42..27440bb490 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -1055,7 +1055,7 @@ PHPAPI zend_string *php_pcre_replace_impl(pcre_cache_entry *pce, zend_string *su extra->match_limit_recursion = (unsigned long)PCRE_G(recursion_limit); if (pce->preg_options & PREG_REPLACE_EVAL) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "The /e modifier is no longer supported, use preg_replace_callback instead"); + php_error_docref(NULL, E_WARNING, "The /e modifier is no longer supported, use preg_replace_callback instead"); return NULL; } if (!is_callable_replace) { -- cgit v1.2.1