diff options
author | Tjerk Meesters <datibbaw@php.net> | 2014-09-01 22:30:09 +0800 |
---|---|---|
committer | Tjerk Meesters <datibbaw@php.net> | 2014-09-01 22:43:35 +0800 |
commit | 01760184a9af1879aa67c7c4ec39cf92103975b6 (patch) | |
tree | 13079dd6511418e545e66dc4f4357af7e6852b2d | |
parent | 099dfdf8739f7753f69edb11e95720f6fbe7ea6f (diff) | |
download | php-git-01760184a9af1879aa67c7c4ec39cf92103975b6.tar.gz |
Updated UPGRADING for #38409
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |