From: Joe Watkins Date: Fri, 6 Jan 2017 05:27:30 +0000 (+0000) Subject: Merge branch 'PHP-7.1' X-Git-Tag: php-7.2.0alpha1~628 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9abe878b578980ca7a0b3b2721b0eaaf68229ef;p=php Merge branch 'PHP-7.1' * PHP-7.1: Increase realpath_cache_size default value add UPGRADING note for realpath_cache_size --- c9abe878b578980ca7a0b3b2721b0eaaf68229ef diff --cc UPGRADING index 58df398cb7,f311a5b9ad..f6d858b5df --- a/UPGRADING +++ b/UPGRADING @@@ -204,9 -407,14 +204,12 @@@ PHP 7.2 UPGRADE NOTE 11. Changes to INI File Handling ======================================== -- serialize_precision - . If the value is set to -1, then the dtoa mode 0 is used. The value -1 - is now used by default. +- sql.safe_mode + . This INI directive have been removed. -- 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 ========================================