]> granicus.if.org Git - php/commitdiff
Bug fixing news.
authorIlia Alshanetsky <iliaa@php.net>
Sat, 7 Dec 2002 16:15:46 +0000 (16:15 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sat, 7 Dec 2002 16:15:46 +0000 (16:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c5cdffb534eeba411a772240341da40c2c38004f..ed1082fcd3c8f51d44fadc96eb27b08f9d8c1fff 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,13 @@ PHP 4                                                                      NEWS
 - Moved extensions to PECL (http://pear.php.net/): (James, Derick)
   . ext/vpopmail
   . ext/cybermut
+- 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
+  corrupted). (Ilia)
+- Fixed bug #20725 (if the upload directory cannot be written to, the POST data
+  after the uploaded file is lost). (Ilia)
+- Fixed bug #20865 (array_key_exists() fails to find NULL key). (Ilia)
+- Fixed bug #20812 (ftp_get returned NULL on success, instead of TRUE). (Ilia)
 - Fixed bug #20785 (crash when using pdf_open_memory_image() to load a
   true-color image). (Ilia)
 - Fixed a crash when converting between true-color images (png/jpeg) and