summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
diff options
context:
space:
mode:
authorWez Furlong <wez@php.net>2002-03-19 03:51:01 +0000
committerWez Furlong <wez@php.net>2002-03-19 03:51:01 +0000
commit06712a508a82965acbfa9a59eb8a55df11948acd (patch)
tree8cba8bb62ef4d06050d68170c64a9814d10d856c /ext/zlib/zlib.c
parent9e14ed02550d21443dc2467d7c16d2d8b5f709bd (diff)
downloadphp-git-06712a508a82965acbfa9a59eb8a55df11948acd.tar.gz
Implement user-space streams.
There's probably room for improvement, docs will following some time this week.
Diffstat (limited to 'ext/zlib/zlib.c')
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index 69060165bf..76aafb3ee6 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -237,9 +237,7 @@ PHP_MINFO_FUNCTION(zlib)
{
php_info_print_table_start();
php_info_print_table_row(2, "ZLib Support", "enabled");
-#if HAVE_FOPENCOOKIE
php_info_print_table_row(2, "'zlib:' fopen wrapper", "enabled");
-#endif
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();