From: Tjerk Meesters Date: Mon, 1 Sep 2014 14:15:53 +0000 (+0800) Subject: Updated UPGRADING for #38409 X-Git-Tag: php-5.6.1RC1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0ba3e265abe57151f3a7e6122c9ff74080ad25b;p=php Updated UPGRADING for #38409 --- diff --git a/UPGRADING b/UPGRADING index 4729205a63..ee277b0ee8 100644 --- a/UPGRADING +++ b/UPGRADING @@ -256,6 +256,11 @@ PHP 5.6 UPGRADE NOTES Manipulated serialization strings for objects implementing Serializable by replacing "C:" with "O:" at the start will now produce an error. +- parse_ini_file(): +- parse_ini_string(): + Added scanner mode INI_SCANNER_TYPED to yield typed .ini values. + For PHP >= 5.6.1 + ======================================== 6. New Functions ========================================