mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Unbundle oniguruma
And also switch detection over to pkg-config.
This commit is contained in:
parent
f5d2a30466
commit
d1c1481081
93 changed files with 26 additions and 89704 deletions
|
@ -158,13 +158,6 @@ PHP_MINFO_FUNCTION(mb_regex)
|
|||
ONIGURUMA_VERSION_MAJOR,
|
||||
ONIGURUMA_VERSION_MINOR,
|
||||
ONIGURUMA_VERSION_TEENY);
|
||||
#ifdef PHP_ONIG_BUNDLED
|
||||
#ifdef USE_COMBINATION_EXPLOSION_CHECK
|
||||
php_info_print_table_row(2, "Multibyte regex (oniguruma) backtrack check", "On");
|
||||
#else /* USE_COMBINATION_EXPLOSION_CHECK */
|
||||
php_info_print_table_row(2, "Multibyte regex (oniguruma) backtrack check", "Off");
|
||||
#endif /* USE_COMBINATION_EXPLOSION_CHECK */
|
||||
#endif /* PHP_BUNDLED_ONIG */
|
||||
php_info_print_table_row(2, "Multibyte regex (oniguruma) version", buf);
|
||||
php_info_print_table_end();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue