From: Dmitry Stogov Date: Tue, 10 Aug 2004 14:57:47 +0000 (+0000) Subject: Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~201 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bcdab8f7e6c44ed9c4d2609e353deaea3038bbd1;p=php Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes) --- diff --git a/NEWS b/NEWS index a5a300cb91..04826bb9f2 100644 --- 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)