]> granicus.if.org Git - php/commitdiff
- fix ext/zlib status;
authorMichael Wallner <mike@php.net>
Thu, 16 Nov 2006 13:33:34 +0000 (13:33 +0000)
committerMichael Wallner <mike@php.net>
Thu, 16 Nov 2006 13:33:34 +0000 (13:33 +0000)
  Nuno upgraded gzio
  stream wrapper and filter seem untouched

unicode-progress.txt

index a47e3e7a521d5a9e8ab264fda78d89435ecc9e3c..e2f54c05b114fe94d6d2606030c0091134b61a0b 100644 (file)
@@ -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
 -----------