From 1f04ac91b003abd7aaeafb6f7a777b7669611812 Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 31 May 2006 17:18:08 +0000 Subject: MFB --- main/php_compat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_compat.h') 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 -- cgit v1.2.1