summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2014-06-08 19:38:07 -0700
committerStanislav Malyshev <stas@php.net>2014-06-08 19:44:27 -0700
commit9b5d56fd6117ea62fb86c968b0cce2f7c738f6b4 (patch)
tree07711a90f2eb7bbc660eb0f8da4dd06105b66dcc
parentaebb23e4dbfd9eee3f0ace6e37c876684aa62b20 (diff)
downloadphp-git-9b5d56fd6117ea62fb86c968b0cce2f7c738f6b4.tar.gz
add news
-rw-r--r--NEWS3
-rw-r--r--UPGRADING2
2 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f98155f321..512aba8024 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ PHP NEWS
. Fixed bug #66636 (openssl_x509_parse warning with V_ASN1_GENERALIZEDTIME).
(Paul Oehler)
+- SOAP:
+ . Implemented FR #49898 (Add SoapClient::__getCookies()). (Boro Sitnikovski)
+
- SPL:
. Fixed bug #67359 (Segfault in recursiveDirectoryIterator). (Laruence)
. Fixed bug #67360 (Missing element after ArrayObject::getIterator). (Adam)
diff --git a/UPGRADING b/UPGRADING
index 74f59e6136..80b6fb1aa6 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -373,6 +373,8 @@ PHP 5.4 UPGRADE NOTES
- Added iterator support in MySQLi. mysqli_result implements Traversable.
+- Since 5.4.30, SOAPClient has __getCookies() method.
+
==============================
6. Changes to existing methods
==============================