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

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();
}
/* }}} */