1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

Correct required mcrypt version

This commit is contained in:
foobar
2003-02-01 12:49:35 +00:00
parent 6f20f44712
commit 9cff741d04
+1 -1
View File
@@ -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)