andrei Tue Dec 16 16:55:22 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/pcre php_pcre.c Log: Fix function name. Index: php-src/ext/pcre/php_pcre.c diff -u php-src/ext/pcre/php_pcre.c:1.132.2.12 php-src/ext/pcre/php_pcre.c:1.132.2.13 --- php-src/ext/pcre/php_pcre.c:1.132.2.12 Tue Dec 16 16:52:12 2003 +++ php-src/ext/pcre/php_pcre.c Tue Dec 16 16:55:22 2003 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_pcre.c,v 1.132.2.12 2003/12/16 21:52:12 andrei Exp $ */ +/* $Id: php_pcre.c,v 1.132.2.13 2003/12/16 21:55:22 andrei Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -112,7 +112,7 @@ #ifdef NO_RECURSE pcre_stack_malloc = php_pcre_malloc; - pcre_stack_free = php_pcre_stack_free; + pcre_stack_free = php_pcre_free; #endif return SUCCESS;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php