summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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