1
0
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:
Scott MacVicar
2007-06-12 14:08:16 +00:00
parent 34d1d2eed0
commit 2caf386764
+2
View File
@@ -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();
}
/* }}} */