Commit:    a000920dfb099fac3b58ea344d33f4b6c3ee51a1
Author:    Gustavo Lopes <glo...@nebm.ist.utl.pt>         Sun, 3 Feb 2013 
01:59:35 +0100
Parents:   af1b90d62ba69953de2065864d2a1284314323ba
Branches:  PHP-5.5

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=a000920dfb099fac3b58ea344d33f4b6c3ee51a1

Log:
NEWS/UPGRADING for changes in sockets, intl

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index e79cffe..11ae31c 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 22ad969..790803e 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


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to