From 23ddeac9a5a3bab25c85a6296e009f5475c9e8c9 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 1 Feb 2001 15:24:17 +0000 Subject: Fix broken ZTS build --- ext/pcre/php_pcre.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pcre/php_pcre.c') 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); -- cgit v1.2.1