summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTjerk Meesters <datibbaw@php.net>2014-09-01 22:30:09 +0800
committerTjerk Meesters <datibbaw@php.net>2014-09-01 22:43:35 +0800
commit01760184a9af1879aa67c7c4ec39cf92103975b6 (patch)
tree13079dd6511418e545e66dc4f4357af7e6852b2d
parent099dfdf8739f7753f69edb11e95720f6fbe7ea6f (diff)
downloadphp-git-01760184a9af1879aa67c7c4ec39cf92103975b6.tar.gz
Updated UPGRADING for #38409
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
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