From: Sascha Schumann Date: Thu, 1 Feb 2001 15:24:17 +0000 (+0000) Subject: Fix broken ZTS build X-Git-Tag: php-4.0.5RC1~403 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23ddeac9a5a3bab25c85a6296e009f5475c9e8c9;p=php Fix broken ZTS build --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 264b761ccf..14f47e8063 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -569,6 +569,7 @@ static int preg_do_repl_func(zval *function, char *subject, int *offsets, int co int result_len; /* Return value length */ int i; CLS_FETCH(); + ELS_FETCH(); MAKE_STD_ZVAL(subpats); array_init(subpats);