summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorMichael Wallner <mike@php.net>2006-11-16 13:33:34 +0000
committerMichael Wallner <mike@php.net>2006-11-16 13:33:34 +0000
commit45db5929985bf0853f2acedcc7973ecf234783fc (patch)
tree78740f999d5fcf9dd2001413cb94aa3e503ff5e1 /unicode-progress.txt
parent107229611b88232a54c45857cdc28ac09919b80f (diff)
downloadphp-git-45db5929985bf0853f2acedcc7973ecf234783fc.tar.gz
- fix ext/zlib status;
Nuno upgraded gzio stream wrapper and filter seem untouched
Diffstat (limited to 'unicode-progress.txt')
-rw-r--r--unicode-progress.txt23
1 files changed, 13 insertions, 10 deletions
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
-----------