From: Edin Kadribasic Date: Fri, 27 Dec 2002 03:16:01 +0000 (+0000) Subject: Mention the fact that zlib extension is now built-in in win32 distro. X-Git-Tag: PHP_5_0_dev_before_13561_fix~597 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=586f68d8206c5bcb685335dc1f876e7278e904cf;p=php Mention the fact that zlib extension is now built-in in win32 distro. --- diff --git a/NEWS b/NEWS index 3ff9dd74ad..d5c9fd0bd1 100644 --- a/NEWS +++ b/NEWS @@ -39,6 +39,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) - Fix a crash when using invalid color index with imagecolortransparent() (Pierre-Alain Joye). - Fixed bug #20987 (no handling for client certificates). (Ilia)