diff options
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | UPGRADING | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -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) @@ -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 ============================== |