summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-01 12:49:35 +0000
committerfoobar <sniper@php.net>2003-02-01 12:49:35 +0000
commit9cff741d048be45b46ad77ff5df158799b7c3bfa (patch)
tree90a6c3da8f2764f76fcfb0abc11129f63df034cb /NEWS
parent6f20f44712bb557905706a2a937a89ffc3fd31bf (diff)
downloadphp-git-9cff741d048be45b46ad77ff5df158799b7c3bfa.tar.gz
Correct required mcrypt version
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ed76d57a52..d72da7e307 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP 4 NEWS
? ? ??? 200?, Version 5.0.0
- Fixed bug #20155 (xmlrpc compile problem with ZE2). (Derick, Jan Schneider)
- Fixed bug #20442 (upgraded bundled expat to 1.95.5). (Ilia)
-- Changed ext/mcrypt to require libmcrypt version 2.5.3 or greater. (Derick)
+- 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)
- Improved JPEG 2000 support for getimagesize(). (Marcus, Adam Wright)