diff options
author | Tjerk Meesters <datibbaw@php.net> | 2014-09-01 22:15:53 +0800 |
---|---|---|
committer | Tjerk Meesters <datibbaw@php.net> | 2014-09-01 22:15:53 +0800 |
commit | f0ba3e265abe57151f3a7e6122c9ff74080ad25b (patch) | |
tree | 481ee8ccd5730d4e73afb5d4643e654d0db6f93a | |
parent | 65c1e14cb99a0d9a8fd832c8f237e706fb2421dd (diff) | |
download | php-git-f0ba3e265abe57151f3a7e6122c9ff74080ad25b.tar.gz |
Updated UPGRADING for #38409
-rw-r--r-- | UPGRADING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ======================================== |