From a000920dfb099fac3b58ea344d33f4b6c3ee51a1 Mon Sep 17 00:00:00 2001 From: Gustavo Lopes Date: Sun, 3 Feb 2013 01:59:35 +0100 Subject: [PATCH] NEWS/UPGRADING for changes in sockets, intl --- NEWS | 8 ++++++++ UPGRADING | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/NEWS b/NEWS index e79cffed23..11ae31cf44 100644 --- a/NEWS +++ b/NEWS @@ -16,6 +16,14 @@ PHP NEWS . Implemented FR #46439 - added CURLFile for safer file uploads. (Stas) +- Intl: + . Cherry-picked UConverter wrapper, which had accidentaly been committed only + to master. + +- Sockets: + . Added recvmsg() and sendmsg() wrappers. (Gustavo) + See https://wiki.php.net/rfc/sendrecvmsg + 24 Jan 2013, PHP 5.5.0 Alpha 4 - Core: diff --git a/UPGRADING b/UPGRADING index 22ad969157..790803e395 100755 --- a/UPGRADING +++ b/UPGRADING @@ -157,6 +157,8 @@ PHP 5.5 UPGRADE NOTES Expires headers. (see https://wiki.php.net/rfc/cookie_max-age) - curl_setopt now accepts new option CURLOPT_SAFE_UPLOAD and CURLFile object for safer file uploads (see https://wiki.php.net/rfc/curl-file-upload) +- Functions in the socket extension now do not emit warnings when the errno is + EAGAIN, EWOULDBLOCK or EINPROGRESS. ======================================== 5. New Functions @@ -257,6 +259,11 @@ PHP 5.5 UPGRADE NOTES - IntlDateFormatter::getTimeZone() - IntlDateFormatter::setTimeZone() +- Sockets: + - socket_sendmsg() + - socket_recvmsg() + - socket_cmsg_space() + - SPL: - SplFixedArray::__wakeup() @@ -271,6 +278,7 @@ PHP 5.5 UPGRADE NOTES - IntlBreakIterator - IntlRuleBasedBreakIterator - IntlCodePointBreakIterator + - UConverter - cURL: - CURLFile -- 2.40.0