summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
==============================