From 302933daea77663f5759b10accd1d0231393b24c Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 7 Jul 2020 09:30:24 +0200 Subject: Remove no_separation flag --- ext/pcre/php_pcre.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 7aaaf3f695..16ec75d02b 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -1529,7 +1529,6 @@ static zend_string *preg_do_repl_func(zend_fcall_info *fci, zend_fcall_info_cach fci->retval = &retval; fci->param_count = 1; fci->params = &arg; - fci->no_separation = 1; if (zend_call_function(fci, fcc) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) { if (EXPECTED(Z_TYPE(retval) == IS_STRING)) { -- cgit v1.2.1