mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
Display PCRE ini entries as part of module info
This commit is contained in:
@@ -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();
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user