]> 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:08:16 +0000 (14:08 +0000)
committerScott MacVicar <scottmac@php.net>
Tue, 12 Jun 2007 14:08:16 +0000 (14:08 +0000)
ext/pcre/php_pcre.c

index 38051bc3e1cb9f976d8fb758e1aef84750eda49e..04603e96767a71162a1bf4e061c73d31d5e92053 100644 (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();
 }
 /* }}} */