mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-7.4'
This commit is contained in:
commit
47c74e780d
2 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@
|
||||||
#if ONIGURUMA_VERSION_INT < 60800
|
#if ONIGURUMA_VERSION_INT < 60800
|
||||||
typedef void OnigMatchParam;
|
typedef void OnigMatchParam;
|
||||||
#define onig_new_match_param() (NULL)
|
#define onig_new_match_param() (NULL)
|
||||||
#define onig_initialize_match_param(x)
|
#define onig_initialize_match_param(x) (void)(x)
|
||||||
#define onig_set_match_stack_limit_size_of_match_param(x, y)
|
#define onig_set_match_stack_limit_size_of_match_param(x, y)
|
||||||
#define onig_free_match_param(x)
|
#define onig_free_match_param(x)
|
||||||
#define onig_search_with_param(reg, str, end, start, range, region, option, mp) \
|
#define onig_search_with_param(reg, str, end, start, range, region, option, mp) \
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
#if ONIGURUMA_VERSION_INT < 60800
|
#if ONIGURUMA_VERSION_INT < 60800
|
||||||
typedef void OnigMatchParam;
|
typedef void OnigMatchParam;
|
||||||
#define onig_new_match_param() (NULL)
|
#define onig_new_match_param() (NULL)
|
||||||
#define onig_initialize_match_param(x)
|
#define onig_initialize_match_param(x) (void)(x)
|
||||||
#define onig_set_match_stack_limit_size_of_match_param(x, y)
|
#define onig_set_match_stack_limit_size_of_match_param(x, y)
|
||||||
#define onig_free_match_param(x)
|
#define onig_free_match_param(x)
|
||||||
#define onig_search_with_param(reg, str, end, start, range, region, option, mp) \
|
#define onig_search_with_param(reg, str, end, start, range, region, option, mp) \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue