|
32 | 32 | #define pcre_compile2 php_pcre_compile2
|
33 | 33 | #define pcre_copy_substring php_pcre_copy_substring
|
34 | 34 | #define pcre_exec php_pcre_exec
|
35 |
| -#define pcre_get_substring php_pcre_substring |
| 35 | +#define pcre_get_substring php_pcre_get_substring |
36 | 36 | #define pcre_get_substring_list php_pcre_get_substring_list
|
37 | 37 | #define pcre_info php_pcre_info
|
38 | 38 | #define pcre_maketables php_pcre_maketables
|
|
43 | 43 | #define pcre_malloc php_pcre_malloc
|
44 | 44 | #define pcre_config php_pcre_config
|
45 | 45 | #define pcre_copy_named_substring php_pcre_copy_named_substring
|
46 |
| -#define pcre_dfa_exec php_pcre_dfa_exec |
47 | 46 | #define pcre_free_substring php_pcre_free_substring
|
48 | 47 | #define pcre_free_substring_list php_pcre_free_substring_list
|
49 | 48 | #define pcre_get_named_substring php_pcre_get_named_substring
|
|
55 | 54 | #define _pcre_ucp_othercase php__pcre_ucp_othercase
|
56 | 55 | #define _pcre_valid_utf8 php__pcre_valid_utf8
|
57 | 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 */ |
| 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 |
| 64 | +#define pcre_stack_malloc php_pcre_stack_malloc |
| 65 | +#define _pcre_utf8_table1 php__pcre_utf8_table1 |
| 66 | +#define _pcre_utf8_table1_size php__pcre_utf8_table1_size |
| 67 | +#define _pcre_utf8_table2 php__pcre_utf8_table2 |
| 68 | +#define _pcre_utf8_table3 php__pcre_utf8_table3 |
| 69 | +#define _pcre_utf8_table4 php__pcre_utf8_table4 |
| 70 | +#define _pcre_utt php__pcre_utt |
| 71 | +#define _pcre_utt_size php__pcre_utt_size |
| 72 | +#define _pcre_was_newline php__pcre_was_newline |
58 | 73 | #endif
|
59 | 74 |
|
60 | 75 | #define lookup php_lookup
|
|
0 commit comments