From: Joe Watkins Date: Fri, 6 Jan 2017 05:27:04 +0000 (+0000) Subject: Merge branch 'PHP-7.0' into PHP-7.1 X-Git-Tag: php-7.1.2RC1~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5a1c5a96b02d18b97636993a69e206b9b8d211f;p=php Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Increase realpath_cache_size default value add UPGRADING note for realpath_cache_size --- d5a1c5a96b02d18b97636993a69e206b9b8d211f diff --cc UPGRADING index f311a5b9ad,355549ce5f..575cb8e2d4 --- a/UPGRADING +++ b/UPGRADING @@@ -407,14 -784,11 +407,17 @@@ PHP 7.1 UPGRADE NOTE 11. Changes to INI File Handling ======================================== -- Core - . Removed asp_tags ini directive. Trying to enable it will result in a fatal - error. - . Removed always_populate_raw_post_data ini directive. +- serialize_precision + . If the value is set to -1, then the dtoa mode 0 is used. The value -1 + is now used by default. + +- precision + . If the value is set to -1, then the dtoa mode 0 is used. No changes + in default value which is still 14. + ++- realpath_cache_size ++ . Set to 4096k by default + ======================================== 12. Windows Support ========================================