Commit:    ceecfaff5ac793d50426ae051fd4bec932d23bb1
Author:    Gustavo Lopes <glo...@nebm.ist.utl.pt>         Tue, 16 Jul 2013 
00:02:43 +0200
Parents:   710150ccb7d62c87eb198e5cbb13d0f1867c176f
Branches:  PHP-5.5 master

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

Log:
NEWS for 710150c and e2744f1

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index 5422b0b..f524acb 100644
--- a/NEWS
+++ b/NEWS
@@ -40,7 +40,7 @@ PHP                                                           
             NEWS
 - Intl:
   . Add IntlCalendar::setMinimalDaysInFirstWeek()/
     intlcal_set_minimal_days_in_first_week().
-  . Fixed trailing space in the name of constant 
IntlCalendar::FIELD_FIELD_COUNT.
+  . Fixed trailing space in name of constant IntlCalendar::FIELD_FIELD_COUNT.
   . Fixed bug #62759 (Buggy grapheme_substr() on edge case). (Stas)
   . Fixed bug #61860 (Offsets may be wrong for grapheme_stri* functions).
     (Stas)
@@ -65,6 +65,10 @@ PHP                                                          
              NEWS
 - Sockets:
   . Implemented FR #63472 (Setting SO_BINDTODEVICE with socket_set_option).
     (Damjan Cvetko)
+  . Allowed specifying paths in the abstract namespace for the functions
+    socket_bind(), socket_connect() and socket_sendmsg(). (Gustavo)
+  . Fixed bug #65260 (sendmsg() ancillary data construction for SCM_RIGHTS is
+    faulty). (Gustavo)
 
 - SPL:
   . Fixed bug #65136 (RecursiveDirectoryIterator segfault). (Laruence)


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

Reply via email to