andrei Mon Dec 15 14:35:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pcre php_pcre.c Log: Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.132.2.10 php-src/ext/pcre/php_pcre.c:1.132.2.11 --- php-src/ext/pcre/php_pcre.c:1.132.2.10 Thu Sep 11 21:32:38 2003 +++ php-src/ext/pcre/php_pcre.c Mon Dec 15 14:35:34 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pcre.c,v 1.132.2.10 2003/09/12 01:32:38 sniper Exp $ */ +/* $Id: php_pcre.c,v 1.132.2.11 2003/12/15 19:35:34 andrei Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -429,7 +429,7 @@ subpat_names = (char **)safe_emalloc(num_subpats, sizeof(char *), 0); memset(subpat_names, 0, sizeof(char *) * num_subpats); { - int name_cnt, name_size, ni = 0; + int name_cnt = 0, name_size, ni = 0; char *name_table; unsigned short name_idx;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php