Commit: ce4dfd23d5617c9614f5e3f8d9a8719309941639 Author: Christoph M. Becker <[email protected]> Sat, 14 Dec 2019 18:33:36 +0100 Parents: e8b2ce3e09a7a45cf0420fd51accb8319cd00a26 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=ce4dfd23d5617c9614f5e3f8d9a8719309941639 Log: Fix #78959: FILTER_VALIDATE_FLOAT supports min_range in php >= 7.4.0 Bugs: https://bugs.php.net/78959 Changed paths: M ChangeLog-7.php Diff: diff --git a/ChangeLog-7.php b/ChangeLog-7.php index f2d8439e0..5425b1682 100644 --- a/ChangeLog-7.php +++ b/ChangeLog-7.php @@ -113,6 +113,7 @@ site_header("PHP 7 ChangeLog", array("current" => "docs", "css" => array("change <li>Filter: <ul> <li>The filter extension no longer has the --with-pcre-dir on Unix builds, allowing the extension to be once more compiled as shared using ./configure.</li> + <li>Added min_range and max_range options for FILTER_VALIDATE_FLOAT.</li> </ul> <li>FFI: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
