summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLars Strojny <lstrojny@php.net>2012-09-02 22:10:23 +0200
committerLars Strojny <lstrojny@php.net>2012-09-02 22:10:23 +0200
commita26390ef0c22be3637795d9b5ab1c445e1d3f847 (patch)
treee808873735926a44f0d3cb3a3a846357ea6054fa /NEWS
parentd371a306a24d15646e37c74ee8a9ab81a91f5e25 (diff)
downloadphp-git-a26390ef0c22be3637795d9b5ab1c445e1d3f847.tar.gz
Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty string or false
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 836cf971c0..1dd3e0d991 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ PHP NEWS
. Allow passing null as a default value to mb_substr() and mb_strcut(). Patch
by Alexander Moskaliov via GitHub PR #133. (Lars)
+- Filter extension:
+ . Bug #49510: Boolean validation fails with FILTER_NULL_ON_FAILURE with empty
+ string or false. (Lars)
+
?? ??? 2012, PHP 5.4.7
- Core: