From 50d1af20c5801b1fd7d59854c015ad6538f429db Mon Sep 17 00:00:00 2001 From: Andrei Zmievski Date: Wed, 31 May 2006 17:17:46 +0000 Subject: [PATCH] Add pcre_compile2() to the list of aliases. --- main/php_compat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/main/php_compat.h b/main/php_compat.h index 06e8459f84..6472700d37 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -9,6 +9,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