From: Andrei Zmievski Date: Wed, 31 May 2006 17:19:05 +0000 (+0000) Subject: MFB X-Git-Tag: BEFORE_NEW_OUTPUT_API~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a14d10fe42ad81faee5d6b0faaeb64d8f22ab10;p=php MFB --- diff --git a/main/php_compat.h b/main/php_compat.h index c01efad282..76df854c9b 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -29,6 +29,7 @@ #if defined(HAVE_BUNDLED_PCRE) || !defined(PHP_VERSION) #define pcre_compile php_pcre_compile +#define pcre_compile2 php_pcre_compile2 #define pcre_copy_substring php_pcre_copy_substring #define pcre_exec php_pcre_exec #define pcre_get_substring php_pcre_substring