andrei          Wed May 31 17:19:05 2006 UTC

  Modified files:              
    /php-src/main       php_compat.h 
  Log:
  MFB
  
  
http://cvs.php.net/viewcvs.cgi/php-src/main/php_compat.h?r1=1.28&r2=1.29&diff_format=u
Index: php-src/main/php_compat.h
diff -u php-src/main/php_compat.h:1.28 php-src/main/php_compat.h:1.29
--- php-src/main/php_compat.h:1.28      Mon Apr 10 11:54:54 2006
+++ php-src/main/php_compat.h   Wed May 31 17:19:05 2006
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_compat.h,v 1.28 2006/04/10 11:54:54 sniper Exp $ */
+/* $Id: php_compat.h,v 1.29 2006/05/31 17:19:05 andrei Exp $ */
 
 #ifndef PHP_COMPAT_H
 #define 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

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to