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

- Adding an entry about mcrypt bugs

This commit is contained in:
Derick Rethans
2001-05-19 10:42:16 +00:00
parent 3b822e5752
commit 391dfe4d02

3
NEWS
View File

@@ -33,6 +33,9 @@ PHP 4.0 NEWS
?? ??? 200?, Version 4.0.6
- Fixed readfile/passthru losing resources during connection abort (Sascha)
- Fixed bug in the mcrypt extension that caused segfaults when using a key
that is too large for the used algorithm, and a bug that caused
mcrypt_generic() to segfault PHP (Derick)
- Fixed race in writing session files. (Sascha)
- Fixed a possible crash in the PHP CGI when no input file is
specified. (Zeev)