diff options
author | Nuno Lopes <nlopess@php.net> | 2008-07-17 14:35:33 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2008-07-17 14:35:33 +0000 |
commit | 0b858d15e3675be8b4e7a80018ff618db4c767e3 (patch) | |
tree | ac4c0b5c8a6f2e5cd0400913831dccb99c38a22e | |
parent | d048cb10ef3ae669185bc08d2066effc089bdbfe (diff) | |
download | php-git-0b858d15e3675be8b4e7a80018ff618db4c767e3.tar.gz |
update PCRE symbols
-rw-r--r-- | main/php_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index 14cb3a0804..34f8816960 100644 --- a/main/php_compat.h +++ b/main/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 |