From: foobar Date: Thu, 10 Jul 2003 16:08:56 +0000 (+0000) Subject: Fixed bug #24563 (preg_match() crashes PHP under Apache2) X-Git-Tag: BEFORE_ARG_INFO~289 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=253dc384456483012ed432de09c1ea5977c95297;p=php Fixed bug #24563 (preg_match() crashes PHP under Apache2) --- 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