diff options
author | Dmitry Stogov <dmitry@php.net> | 2008-12-01 09:49:58 +0000 |
---|---|---|
committer | Dmitry Stogov <dmitry@php.net> | 2008-12-01 09:49:58 +0000 |
commit | 1a3f557b1aa235532b4fe5475a6f4b315d63ef3b (patch) | |
tree | b41d8a617cbf150ec3726bfc14551abc2affbbee /NEWS | |
parent | bc192e183d6c31fbc80cd0d68733e5f12bc164b7 (diff) | |
download | php-git-1a3f557b1aa235532b4fe5475a6f4b315d63ef3b.tar.gz |
Fixed bug #43069 (SoapClient causes 505 HTTP Version not supported error message)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |