summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2008-07-17 14:33:36 +0000
committerNuno Lopes <nlopess@php.net>2008-07-17 14:33:36 +0000
commit7841f941969a2b694b5b8d5d9ae05f6c68391f95 (patch)
tree023516edc73336aecda037e1638b95ea1685cf55
parentb23f3cd8624c88c7129d97c66221c57b2ca0a1cf (diff)
downloadphp-git-7841f941969a2b694b5b8d5d9ae05f6c68391f95.tar.gz
update PCRE symbols
-rw-r--r--main/php_compat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_compat.h b/main/php_compat.h
index 5c970a416e..626e5f435c 100644
--- a/main/php_compat.h
+++ b/main/php_compat.h
@@ -36,8 +36,8 @@
#define _pcre_xclass php__pcre_xclass
#define pcre_callout php_pcre_callout
#define _pcre_OP_lengths php__pcre_OP_lengths
-/* this one doesn't work because pcre.h isn't included from the pcre_chartables.c file
-#define _pcre_default_tables php__pcre_default_tables */
+#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
#define pcre_stack_free php_pcre_stack_free