From d8f86e725a13203c94c83b747d6b9f6f45bcbf57 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 16 Dec 2002 09:11:00 +0000 Subject: [PATCH] - MFB --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6185ca6343..f5900a200d 100644 --- a/NEWS +++ b/NEWS @@ -17,7 +17,6 @@ PHP 4 NEWS - ATTENTION! "make install" will *by default* install the CLI SAPI binary in {PREFIX}/bin/php. If you don't disable the CGI binary, it will be installed as {PREFIX}/bin/php-cgi. -- Fixed bug #20936 (openssl_pkey_get was broken). (jeroen@derks.it, Wez) - Removed extensions: (Jan, Jani, Sebastian) . ext/aspell . ext/ccvs @@ -28,6 +27,9 @@ PHP 4 NEWS - Moved extensions to PECL (http://pear.php.net/): (James, Derick) . ext/vpopmail . ext/cybermut +- Fixed bug #21039 (crash when not supplying an IV to mcrypt_generic_init). + (Derick) +- Fixed bug #20936 (openssl_pkey_get was broken). (jeroen@derks.it, Wez) - Fixed bug #20927 (wordwrap crash). (Ilia) - Fixed bug #20796 (when register_globals is on & arrays with same names are passed via get/post/cookie the data inside $_GET/$_POST/$_COOKIE can would be -- 2.50.1