summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-09 14:30:24 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-09 14:30:24 +0200
commit23e721fc9303dd7423f989f6ff360cdff74aeca1 (patch)
tree41f7680eb6f22f90bd47c747722ed4ec57977515 /NEWS
parentcb91a51b0052d512c0110ec934a23e263258e461 (diff)
downloadphp-git-23e721fc9303dd7423f989f6ff360cdff74aeca1.tar.gz
Fix #73054: default option ignored when object passed to int filter
If an object that can't be converted to string is validated, we must not bail out early, but rather check for a requested default value.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 420bf36107..831293f7cc 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,8 @@ PHP NEWS
FILTER_FLAG_NO_PRIV_RANGE). (julien)
. Fixed bug #67167 (Wrong return value from FILTER_VALIDATE_BOOLEAN,
FILTER_NULL_ON_FAILURE). (levim, cmb)
+ . Fixed bug #73054 (default option ignored when object passed to int filter).
+ (cmb)
- GD:
. Fixed bug #67325 (imagetruecolortopalette: white is duplicated in palette).