]> granicus.if.org Git - php/commitdiff
Add pcre_compile2() to the list of aliases.
authorAndrei Zmievski <andrei@php.net>
Wed, 31 May 2006 17:17:46 +0000 (17:17 +0000)
committerAndrei Zmievski <andrei@php.net>
Wed, 31 May 2006 17:17:46 +0000 (17:17 +0000)
main/php_compat.h

index 06e8459f84b7c45ce91bf371c8293a2e55dc2eb2..6472700d37079993bf9d9ce926517d17a359d667 100644 (file)
@@ -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