summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-08-10 16:43:20 +0000
committerDmitry Stogov <dmitry@php.net>2004-08-10 16:43:20 +0000
commit426443cc183a1a31b4fe70caa649ecac390e245a (patch)
tree136f6c52d1b94af1ad92d73947618dfce9f3eeb3 /NEWS
parentfa6079ea25f30c6c0540ed0b0cedae5f4f405a72 (diff)
downloadphp-git-426443cc183a1a31b4fe70caa649ecac390e245a.tar.gz
Changed bugs order.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d51c01a791..7e62c1eade 100644
--- 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)