summaryrefslogtreecommitdiff
path: root/main/php_compat.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-07-10 16:08:56 +0000
committerfoobar <sniper@php.net>2003-07-10 16:08:56 +0000
commit253dc384456483012ed432de09c1ea5977c95297 (patch)
treeb70f074d3dbf8fb722e73483e4aca7c03f359e87 /main/php_compat.h
parent8c7c27b93abf5e71313ba96e111d081a3ce88355 (diff)
downloadphp-git-253dc384456483012ed432de09c1ea5977c95297.tar.gz
Fixed bug #24563 (preg_match() crashes PHP under Apache2)
Diffstat (limited to 'main/php_compat.h')
-rw-r--r--main/php_compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h
index 2a1c3f7313..0a3c6ae612 100644
--- a/main/php_compat.h
+++ b/main/php_compat.h
@@ -39,6 +39,7 @@
#define pcre_maketables php_pcre_maketables
#define pcre_study php_pcre_study
#define pcre_version php_pcre_version
+#define pcre_fullinfo php_pcre_fullinfo
#endif
#define lookup php_lookup