nlopess         Thu Jul 17 14:35:33 2008 UTC

  Modified files:              
    /php-src/main       php_compat.h 
  Log:
  update PCRE symbols
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.34&r2=1.35&diff_format=u
Index: php-src/main/php_compat.h
diff -u php-src/main/php_compat.h:1.34 php-src/main/php_compat.h:1.35
--- php-src/main/php_compat.h:1.34      Mon Dec 31 07:12:18 2007
+++ php-src/main/php_compat.h   Thu Jul 17 14:35:33 2008
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_compat.h,v 1.34 2007/12/31 07:12:18 sebastian Exp $ */
+/* $Id: php_compat.h,v 1.35 2008/07/17 14:35:33 nlopess Exp $ */
 
 #ifndef PHP_COMPAT_H
 #define PHP_COMPAT_H
@@ -56,6 +56,7 @@
 #define _pcre_xclass                   php__pcre_xclass
 #define pcre_callout                   php_pcre_callout
 #define _pcre_OP_lengths               php__pcre_OP_lengths
+#define _pcre_utt_names                        php__pcre_utt_names
 #define _pcre_default_tables           php__pcre_default_tables
 #define pcre_get_stringtable_entries   php_pcre_get_stringtable_entries
 #define _pcre_is_newline               php__pcre_is_newline



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

Reply via email to