. 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:
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
- IntlDateFormatter::getTimeZone()
- IntlDateFormatter::setTimeZone()
+- Sockets:
+ - socket_sendmsg()
+ - socket_recvmsg()
+ - socket_cmsg_space()
+
- SPL:
- SplFixedArray::__wakeup()
- IntlBreakIterator
- IntlRuleBasedBreakIterator
- IntlCodePointBreakIterator
+ - UConverter
- cURL:
- CURLFile