From: Michael Wallner Date: Thu, 16 Nov 2006 13:33:34 +0000 (+0000) Subject: - fix ext/zlib status; X-Git-Tag: RELEASE_1_0_0RC1~987 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45db5929985bf0853f2acedcc7973ecf234783fc;p=php - fix ext/zlib status; Nuno upgraded gzio stream wrapper and filter seem untouched --- diff --git a/unicode-progress.txt b/unicode-progress.txt index a47e3e7a52..e2f54c05b1 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 -----------