mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Display PCRE ini entries as part of module info
This commit is contained in:
parent
34d1d2eed0
commit
2caf386764
@ -126,6 +126,8 @@ static PHP_MINFO_FUNCTION(pcre)
|
||||
php_info_print_table_row(2, "PCRE (Perl Compatible Regular Expressions) Support", "enabled" );
|
||||
php_info_print_table_row(2, "PCRE Library Version", pcre_version() );
|
||||
php_info_print_table_end();
|
||||
|
||||
DISPLAY_INI_ENTRIES();
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user