andrei          Wed Aug 23 20:39:37 2006 UTC

  Modified files:              
    /php-src/main       php_compat.h 
  Log:
  MFB
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.29&r2=1.30&diff_format=u
Index: php-src/main/php_compat.h
diff -u php-src/main/php_compat.h:1.29 php-src/main/php_compat.h:1.30
--- php-src/main/php_compat.h:1.29      Wed May 31 17:19:05 2006
+++ php-src/main/php_compat.h   Wed Aug 23 20:39:37 2006
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_compat.h,v 1.29 2006/05/31 17:19:05 andrei Exp $ */
+/* $Id: php_compat.h,v 1.30 2006/08/23 20:39:37 andrei Exp $ */
 
 #ifndef PHP_COMPAT_H
 #define PHP_COMPAT_H
@@ -41,6 +41,20 @@
 #define pcre_fullinfo                  php_pcre_fullinfo
 #define pcre_free                              php_pcre_free
 #define pcre_malloc                            php_pcre_malloc
+#define pcre_config                            php_pcre_config
+#define pcre_copy_named_substring php_pcre_copy_named_substring
+#define pcre_dfa_exec                  php_pcre_dfa_exec
+#define pcre_free_substring    php_pcre_free_substring
+#define pcre_free_substring_list php_pcre_free_substring_list
+#define pcre_get_named_substring php_pcre_get_named_substring
+#define pcre_get_stringnumber  php_pcre_get_stringnumber
+#define pcre_refcount                  php_pcre_refcount
+#define _pcre_ord2utf8                         php__pcre_ord2utf8
+#define _pcre_try_flipped              php__pcre_try_flipped
+#define _pcre_ucp_findprop             php__pcre_ucp_findprop
+#define _pcre_ucp_othercase    php__pcre_ucp_othercase
+#define _pcre_valid_utf8               php__pcre_valid_utf8
+#define _pcre_xclass                   php__pcre_xclass
 #endif
 
 #define lookup                         php_lookup

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

Reply via email to