From 9b5d56fd6117ea62fb86c968b0cce2f7c738f6b4 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Sun, 8 Jun 2014 19:38:07 -0700 Subject: [PATCH] add news --- NEWS | 3 +++ UPGRADING | 2 ++ 2 files changed, 5 insertions(+) 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 ============================== -- 2.40.0