From: Edin Kadribasic Date: Fri, 27 Dec 2002 03:17:17 +0000 (+0000) Subject: MFB: X-Git-Tag: php-4.3.0~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9ad07ca0bec34866b9a26356f0d2b30cdbd5dcd;p=php MFB: Mention the fact that zlib extension is now built-in in win32 distro. --- diff --git a/NEWS b/NEWS index cc8d9e84a1..01cb8180e7 100644 --- 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).