We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db88da9 commit a00a69bCopy full SHA for a00a69b
main/php_compat.h
@@ -56,8 +56,8 @@
56
#define _pcre_xclass php__pcre_xclass
57
#define pcre_callout php_pcre_callout
58
#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 */
+#define _pcre_utt_names php__pcre_utt_names
+#define _pcre_default_tables php__pcre_default_tables
61
#define pcre_get_stringtable_entries php_pcre_get_stringtable_entries
62
#define _pcre_is_newline php__pcre_is_newline
63
#define pcre_stack_free php_pcre_stack_free
0 commit comments