]> granicus.if.org Git - php/commitdiff
Correct required mcrypt version
authorfoobar <sniper@php.net>
Sat, 1 Feb 2003 12:49:35 +0000 (12:49 +0000)
committerfoobar <sniper@php.net>
Sat, 1 Feb 2003 12:49:35 +0000 (12:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ed76d57a521041045fb7b17cfe9fd624027e4902..d72da7e307d534488027c0134c492d7dc9ab25ce 100644 (file)
--- 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)