diff options
author | Dmitry Stogov <dmitry@php.net> | 2004-08-10 16:43:20 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2004-08-10 16:43:20 +0000 |
commit | 426443cc183a1a31b4fe70caa649ecac390e245a (patch) | |
tree | 136f6c52d1b94af1ad92d73947618dfce9f3eeb3 /NEWS | |
parent | fa6079ea25f30c6c0540ed0b0cedae5f4f405a72 (diff) | |
download | php-git-426443cc183a1a31b4fe70caa649ecac390e245a.tar.gz |
Changed bugs order.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |