From 45db5929985bf0853f2acedcc7973ecf234783fc Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 16 Nov 2006 13:33:34 +0000 Subject: [PATCH] - fix ext/zlib status; Nuno upgraded gzio stream wrapper and filter seem untouched --- unicode-progress.txt | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/unicode-progress.txt b/unicode-progress.txt index a47e3e7a521..e2f54c05b11 100644 --- a/unicode-progress.txt +++ b/unicode-progress.txt @@ -282,6 +282,19 @@ ext/sysvshm ext/zlib -------- TBD: + zlib_filter.c + zlib_fopen_wrapper.c + + Completed: + gzcompress() + gzuncompress() + gzdeflate() + gzinflate() + gzencode() + gzdecode() + zlib_encode() + zlib_decode() + zlib_get_coding_type() readgzfile() gzrewind() gzclose() @@ -300,16 +313,6 @@ ext/zlib gzcompress() gzuncompress() - Completed: - gzcompress() - gzuncompress() - gzdeflate() - gzinflate() - gzencode() - gzdecode() - zlib_encode() - zlib_decode() - zlib_get_coding_type() Zend Engine -----------