From: Andrei Zmievski Date: Tue, 16 Dec 2003 21:55:22 +0000 (+0000) Subject: Fix function name. X-Git-Tag: php-4.3.5RC1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf93051fff16a158b01aca7355d220a8c1bbb04e;p=php Fix function name. --- diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index dd1f54bba6..2cd9f5585c 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -112,7 +112,7 @@ static PHP_MINIT_FUNCTION(pcre) #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;