andrei Wed Aug 23 20:39:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/main php_compat.h Log: Namespace more PCRE functions. http://cvs.php.net/viewvc.cgi/php-src/main/php_compat.h?r1=1.25.2.3.2.1&r2=1.25.2.3.2.2&diff_format=u Index: php-src/main/php_compat.h diff -u php-src/main/php_compat.h:1.25.2.3.2.1 php-src/main/php_compat.h:1.25.2.3.2.2 --- php-src/main/php_compat.h:1.25.2.3.2.1 Wed May 31 17:18:08 2006 +++ php-src/main/php_compat.h Wed Aug 23 20:39:11 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_compat.h,v 1.25.2.3.2.1 2006/05/31 17:18:08 andrei Exp $ */ +/* $Id: php_compat.h,v 1.25.2.3.2.2 2006/08/23 20:39:11 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