]> granicus.if.org Git - php/commitdiff
New function
authorMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 10 Feb 2003 19:39:43 +0000 (19:39 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Mon, 10 Feb 2003 19:39:43 +0000 (19:39 +0000)
# "deprecate me!"

NEWS

diff --git a/NEWS b/NEWS
index e2a32836b7887a3834a3c533f27ead841a68250c..f45df90b0e0362241368314d419102bd94870306 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,8 @@ PHP 4                                                                      NEWS
 - Changed ext/mcrypt to require libmcrypt version 2.5.6 or greater. (Derick)
 - Changed uniqid() parameters to be optional and allow any prefix length.
   (Marcus)
+- Added zlib_get_coding_type() function, which returns one of coding types
+  used for output compression. (Moriyoshi)
 - Added improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)
 - Added stream_get_line() function. This function will read either 
   the specified number of bytes or until the ending string is found. (Ilia)