Skip to content

Commit a00a69b

Browse files
committed
update PCRE symbols
1 parent db88da9 commit a00a69b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/php_compat.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@
5656
#define _pcre_xclass php__pcre_xclass
5757
#define pcre_callout php_pcre_callout
5858
#define _pcre_OP_lengths php__pcre_OP_lengths
59-
/* this one doesn't work because pcre.h isn't included from the pcre_chartables.c file
60-
#define _pcre_default_tables php__pcre_default_tables */
59+
#define _pcre_utt_names php__pcre_utt_names
60+
#define _pcre_default_tables php__pcre_default_tables
6161
#define pcre_get_stringtable_entries php_pcre_get_stringtable_entries
6262
#define _pcre_is_newline php__pcre_is_newline
6363
#define pcre_stack_free php_pcre_stack_free

0 commit comments

Comments
 (0)