From: foobar Date: Wed, 24 Apr 2002 02:06:33 +0000 (+0000) Subject: Added the 4.2.1 entries here too. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~457 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6c79ed5e759098304212229be298b672b26e821;p=php Added the 4.2.1 entries here too. --- diff --git a/NEWS b/NEWS index 381f32aecc..9b474e01ba 100644 --- 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)