]> granicus.if.org Git - php/commitdiff
Changed bugs order.
authorDmitry Stogov <dmitry@php.net>
Tue, 10 Aug 2004 16:43:20 +0000 (16:43 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 10 Aug 2004 16:43:20 +0000 (16:43 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d51c01a791d00b5c2ac4aec567b37874f08fd261..7e62c1eaded8c4e23dbb8a79f193f7056c81f337 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,16 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
-- Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry)
-- Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)
-  (Dmitry, Wez)
 - Fixed bug #29522 (accessing properties without connection) (Georg)
 - Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default) (Georg)
 - Fixed bug #29311 (calling parent constructor in mysqli). (Georg)
+- Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)
+  (Dmitry, Wez)
 - Fixed bug #29236 (memory error when wsdl-cache is enabled). (Dmitry)
 - Fixed bug #29109 (SoapFault exception: [WSDL] Out of memory). (Dmitry)
 - Fixed bug #29061 (soap extension segfaults). (Dmitry)
 - Fixed bug #28985 (__getTypes() returning nothing on complex WSDL). (Dmitry)
+- Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry)
 - PHP will now respect extension dependencies when initializing. (Wez)
 - Added new functions:
   . array_diff_key() (Andrey)