andrei Wed May 31 17:17:46 2006 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_compat.h Log: Add pcre_compile2() to the list of aliases. http://cvs.php.net/viewcvs.cgi/php-src/main/php_compat.h?r1=1.11.4.6.2.1&r2=1.11.4.6.2.2&diff_format=u Index: php-src/main/php_compat.h diff -u php-src/main/php_compat.h:1.11.4.6.2.1 php-src/main/php_compat.h:1.11.4.6.2.2 --- php-src/main/php_compat.h:1.11.4.6.2.1 Sat Jul 23 11:45:28 2005 +++ php-src/main/php_compat.h Wed May 31 17:17:46 2006 @@ -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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php