From: Andrei Zmievski Date: Wed, 31 May 2006 17:17:46 +0000 (+0000) Subject: Add pcre_compile2() to the list of aliases. X-Git-Tag: php-4.4.3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50d1af20c5801b1fd7d59854c015ad6538f429db;p=php Add pcre_compile2() to the list of aliases. --- 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