]> granicus.if.org Git - php/commitdiff
Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)
authorDmitry Stogov <dmitry@php.net>
Tue, 10 Aug 2004 14:57:47 +0000 (14:57 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 10 Aug 2004 14:57:47 +0000 (14:57 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a5a300cb91b6689774218f22e7f40f7e7694bf2a..04826bb9f218e0967cf85c282585533140fd5a92 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2004, PHP 5.1.0
+- 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)