summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-12-27 03:17:17 +0000
committerEdin Kadribasic <edink@php.net>2002-12-27 03:17:17 +0000
commitb9ad07ca0bec34866b9a26356f0d2b30cdbd5dcd (patch)
tree4f43a00357327ba753bef01cfdeb0328e3e20995
parent6497cc956c91876422c05fb872a0867246e8c0f7 (diff)
downloadphp-git-b9ad07ca0bec34866b9a26356f0d2b30cdbd5dcd.tar.gz
MFB:
Mention the fact that zlib extension is now built-in in win32 distro.
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
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).