Commit: 894a90903c7489b4e2ceb3e51081f5b13e14391b Author: Christoph M. Becker <[email protected]> Fri, 9 Sep 2016 13:02:39 +0200 Parents: ee124c1a97de4492f4e94d4484cfc9e11567cded Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=894a90903c7489b4e2ceb3e51081f5b13e14391b Log: Bug #67167 had already been fixed as of PHP 7.0.0 Bugs: https://bugs.php.net/67167 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index c0914bb..0d33867 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -1190,6 +1190,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li>Filter: <ul> <li>New FILTER_VALIDATE_DOMAIN and better RFC conformance for FILTER_VALIDATE_URL.</li> + <li><?php bugfix(67167);?> (Wrong return value from FILTER_VALIDATE_BOOLEAN, FILTER_NULL_ON_FAILURE).</li> </ul></li> <li>FPM: <ul> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
