]> granicus.if.org Git - php/commitdiff
Display PCRE ini entries as part of module info
authorScott MacVicar <scottmac@php.net>
Tue, 12 Jun 2007 14:07:42 +0000 (14:07 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 12 Jun 2007 14:07:42 +0000 (14:07 +0000)
ext/pcre/php_pcre.c

index b5d13bf0adeb2525f171f4fa84a1982fabee743f..2c828f7646701792f6326d8cc4bddd83ba8daaf0 100644 (file)
@@ -138,6 +138,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();
 }
 /* }}} */