]> granicus.if.org Git - php/commitdiff
Fix broken ZTS build
authorSascha Schumann <sas@php.net>
Thu, 1 Feb 2001 15:24:17 +0000 (15:24 +0000)
committerSascha Schumann <sas@php.net>
Thu, 1 Feb 2001 15:24:17 +0000 (15:24 +0000)
ext/pcre/php_pcre.c

index 264b761ccf212964d64f796457a0a37dabb7afd7..14f47e80636c38fbd4cb3a09bc2dde5957fa8af4 100644 (file)
@@ -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);