]> granicus.if.org Git - php/commitdiff
Remove redundant info line (all wrappers are listed near the start of
authorWez Furlong <wez@php.net>
Mon, 18 Nov 2002 11:03:38 +0000 (11:03 +0000)
committerWez Furlong <wez@php.net>
Mon, 18 Nov 2002 11:03:38 +0000 (11:03 +0000)
the phpinfo page).

ext/zlib/zlib.c

index 0238d2fd1ad276bd2e41da9827123c43d520e8cd..54fb0786913fd749e0d7e36405114c35e8079405 100644 (file)
@@ -258,7 +258,6 @@ PHP_MINFO_FUNCTION(zlib)
 {
        php_info_print_table_start();
        php_info_print_table_row(2, "ZLib Support", "enabled");
-       php_info_print_table_row(2, "'zlib:' fopen wrapper", "enabled");
        php_info_print_table_row(2, "Compiled Version", ZLIB_VERSION );
        php_info_print_table_row(2, "Linked Version", (char *)zlibVersion() );
        php_info_print_table_end();