diff options
author | Lars Strojny <lstrojny@php.net> | 2012-09-21 13:22:53 +0200 |
---|---|---|
committer | Lars Strojny <lstrojny@php.net> | 2012-09-21 13:22:53 +0200 |
commit | 734bda7a2ddea53293eb8abdb9842a0079d54a53 (patch) | |
tree | 59dd23145b6bc88d8cc7fc989853a51232648c23 | |
parent | b69068705ecfdad954cc072e00b8b630f39b7f15 (diff) | |
download | php-git-734bda7a2ddea53293eb8abdb9842a0079d54a53.tar.gz |
Fixing NEWS file
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -48,6 +48,10 @@ PHP NEWS . Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false. (Lars) +- Sockets + . Fixed bug #63000 (MCAST_JOIN_GROUP on OSX is broken, merge of PR 185 by + Igor Wiedler). (Lars) + ?? ??? 2012, PHP 5.4.7 - Core: @@ -251,8 +255,6 @@ PHP NEWS - Sockets: . Fixed bug #62025 (__ss_family was changed on AIX 5.3). (Felipe) - . Fixed bug #63000 (MCAST_JOIN_GROUP on OSX is broken, merge of PR 185 by - Igor Wiedler). (Lars) - SPL: . Fixed bug #62433 (Inconsistent behavior of RecursiveDirectoryIterator to |