From: Wez Furlong Date: Mon, 18 Nov 2002 11:03:38 +0000 (+0000) Subject: Remove redundant info line (all wrappers are listed near the start of X-Git-Tag: php-4.3.0RC2~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6ee6ce58045c19b5af7e7c7348eab5633120e82;p=php Remove redundant info line (all wrappers are listed near the start of the phpinfo page). --- diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c index 0238d2fd1a..54fb078691 100644 --- a/ext/zlib/zlib.c +++ b/ext/zlib/zlib.c @@ -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();