1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 03:03:26 +02:00

Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345 bytes)

This commit is contained in:
Dmitry Stogov
2004-08-10 14:57:47 +00:00
parent b21a7357fc
commit bcdab8f7e6
+2
View File
@@ -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)