From 2caf386764f66e412d995eefb34be2d100ed4dad Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Tue, 12 Jun 2007 14:08:16 +0000 Subject: Display PCRE ini entries as part of module info --- ext/pcre/php_pcre.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 38051bc3e1..04603e9676 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -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(); } /* }}} */ -- cgit v1.2.1