]> granicus.if.org Git - php/commitdiff
MFB:
authorEdin Kadribasic <edink@php.net>
Fri, 27 Dec 2002 03:17:17 +0000 (03:17 +0000)
committerEdin Kadribasic <edink@php.net>
Fri, 27 Dec 2002 03:17:17 +0000 (03:17 +0000)
Mention the fact that zlib extension is now built-in in win32 distro.

NEWS

diff --git a/NEWS b/NEWS
index cc8d9e84a15a8cce390650cfb7f08abe8c9e4d05..01cb8180e7619ae943fad905acbfc4e9b0ad0e34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,6 +21,8 @@ PHP 4                                                                      NEWS
 - Moved extensions to PECL (http://pear.php.net/): (James, Derick)
   . ext/vpopmail
   . ext/cybermut
+- ZLIB extension is now built-in in the Windows distribution.
+  External extension (php_zlib.dll) has been removed. (Edin)
 - Fixed a bug in ISO-8601 week calculation
 - Fixed a crash when using invalid color index with imagecolortransparent()
   (Pierre-Alain Joye).