From: Tjerk Meesters Date: Mon, 1 Sep 2014 14:30:09 +0000 (+0800) Subject: Updated UPGRADING for #38409 X-Git-Tag: PRE_PHP7_REMOVALS~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01760184a9af1879aa67c7c4ec39cf92103975b6;p=php Updated UPGRADING for #38409 --- diff --git a/UPGRADING b/UPGRADING index a27649ecf0..7468ab6daf 100644 --- a/UPGRADING +++ b/UPGRADING @@ -52,6 +52,10 @@ PHP X.Y UPGRADE NOTES 5. Changed Functions ======================================== +- parse_ini_file(): +- parse_ini_string(): + Added scanner mode INI_SCANNER_TYPED to yield typed .ini values. + ======================================== 6. New Functions