]> granicus.if.org Git - php/commitdiff
Added the 4.2.1 entries here too.
authorfoobar <sniper@php.net>
Wed, 24 Apr 2002 02:06:33 +0000 (02:06 +0000)
committerfoobar <sniper@php.net>
Wed, 24 Apr 2002 02:06:33 +0000 (02:06 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 381f32aecc658df49673789e02d2702137f723dc..9b474e01ba2ab32c1b4bedd01f1fb3c57d1ffbb1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
-- Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)
 - Added large OID value (2^31 to 2^32) support for pg_lo_import(),
   pg_lo_unlink(), pg_lo_open() and pg_lo_export(). (Yasuo)
 - Made the mbstring extension enabled by default. (Yasuo)
@@ -67,6 +66,11 @@ PHP 4                                                                      NEWS
   dependencies. Automake is only needed for its aclocal tool. The build 
   process is now more portable and less resource-consuming. (Sascha)
 
+xx xxx 2002, Version 4.2.1
+- Fixed the false logic in ext/session which made SID constant not to be
+  defined when cookies are disabled. (Sascha)
+- Fixed possible crash bug in HTTP uploads. (Patch: Lucas Schroeder)
+
 22 Apr 2002, Version 4.2.0
 - ATTENTION!! register_globals defaults to 'off' now !!!
 - Moved ext/mailparse to PECL. (Wez/Jim)