]> granicus.if.org Git - php/commitdiff
reorder
authorfoobar <sniper@php.net>
Sun, 29 Jun 2003 23:02:33 +0000 (23:02 +0000)
committerfoobar <sniper@php.net>
Sun, 29 Jun 2003 23:02:33 +0000 (23:02 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dcf53353980a163150cc743ca4d8059166a4bbba..8b82068c5d9df46a396c4f703947365dd4d16e5e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,18 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 26 Jun 2003, Version 4.3.3RC2
-- Fixed bug #23664 FastCGI socket listenting (shane)
-- Fixed bug #24009 FastCGI handling of file not found (shane)
-- Fixed FastCGI IIS document root problem (shane)
 - Upgraded the bundled PCRE library to version 4.3. (Andrei)
+- Fixed FastCGI IIS document root problem. (Shane)
+- Fixed corruption of multibyte character including 0x5c as second
+  byte in multipart/form-data. (Rui)
 - Fixed bug #24312 (base64_decode() does not skip 0xF0-0xFF characters).
   (gereon.steffens[at]onvista.de, Ilia)
 - Fixed bug #24313 (file_exist() warning on non-existent files
   when open_basedir is used). (Ilia)
 - Fixed bug #24284 (Fixed memory leak inside pg_ping()). (Ilia)
 - Fixed bug #24028 (Reading raw post message by php://input failed). (Jani)
-- Fixed corruption of multibyte character including 0x5c as second
-  byte in multipart/form-data. (Rui)
+- Fixed bug #24009 FastCGI handling of file not found. (Shane)
+- Fixed bug #23664 FastCGI socket listenting. (Shane)
 
 19 Jun 2003, Version 4.3.3RC1
 - Synchronized bundled GD library with GD 2.0.15. (Ilia)