summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2008-12-01 09:49:58 +0000
committerDmitry Stogov <dmitry@php.net>2008-12-01 09:49:58 +0000
commit1a3f557b1aa235532b4fe5475a6f4b315d63ef3b (patch)
treeb41d8a617cbf150ec3726bfc14551abc2affbbee /NEWS
parentbc192e183d6c31fbc80cd0d68733e5f12bc164b7 (diff)
downloadphp-git-1a3f557b1aa235532b4fe5475a6f4b315d63ef3b.tar.gz
Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a9a317966..9d928322a8 100644
--- a/NEWS
+++ b/NEWS
@@ -95,6 +95,8 @@ PHP NEWS
(David C.)
- Fixed bug #44154 (pdo->errorInfo() always have three elements in the
returned array). (David C.)
+- Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error
+ message). (Dmitry)
- Fixed bug #41534 (SoapClient over HTTPS fails to reestablish connection).
(Dmitry)