summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2003-12-16 21:55:22 +0000
committerAndrei Zmievski <andrei@php.net>2003-12-16 21:55:22 +0000
commitbf93051fff16a158b01aca7355d220a8c1bbb04e (patch)
tree4ff58e31890e075c478b076384df5a446f1d15bb
parentfc3db427b2df3f6ac8a371ce0ad0f1205d11d6e7 (diff)
downloadphp-git-bf93051fff16a158b01aca7355d220a8c1bbb04e.tar.gz
Fix function name.
-rw-r--r--ext/pcre/php_pcre.c2
1 files changed, 1 insertions, 1 deletions
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;