From 7a14d10fe42ad81faee5d6b0faaeb64d8f22ab10 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 31 May 2006 17:19:05 +0000 Subject: [PATCH] MFB --- main/php_compat.h | 1 + 1 file changed, 1 insertion(+) 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 -- 2.50.1