diff options
author | Sascha Schumann <sas@php.net> | 2001-02-01 15:24:17 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-02-01 15:24:17 +0000 |
commit | 23ddeac9a5a3bab25c85a6296e009f5475c9e8c9 (patch) | |
tree | 88cf517859a7b0ca50d8bd382c825e5db4348a66 /ext/pcre/php_pcre.c | |
parent | b7b7ffbabdb821647ee15030afab6fc3b20da6c9 (diff) | |
download | php-git-23ddeac9a5a3bab25c85a6296e009f5475c9e8c9.tar.gz |
Fix broken ZTS build
Diffstat (limited to 'ext/pcre/php_pcre.c')
-rw-r--r-- | ext/pcre/php_pcre.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |