From: Andrei Zmievski Date: Wed, 23 Aug 2006 20:39:11 +0000 (+0000) Subject: Namespace more PCRE functions. X-Git-Tag: RELEASE_1_2_2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdd1370d99050553c91ba99ee8670db63951faa7;p=php Namespace more PCRE functions. --- diff --git a/main/php_compat.h b/main/php_compat.h index 76df854c9b..befe60bd09 100644 --- a/main/php_compat.h +++ b/main/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