summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--UPGRADING4
1 files changed, 4 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 46a9323572..0a4f87dfa1 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -641,6 +641,10 @@ Other
- debug_zval_dump
It prints now "int" instead of "long", and "float" instead of "double".
+- getenv()
+ Since 7.0.9, getenv() has optional second parameter, making it only
+ consider local environment and not SAPI environment if true.
+
========================================
6. New Functions
========================================