summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-07-19 20:33:23 +0200
committerAnatol Belski <ab@php.net>2016-07-19 20:33:23 +0200
commitc9b49bc94b4d3fc20fd6c6ac0bf0983e6779298c (patch)
tree0434d75d4445b3021d7805a15adfcb76ba22d323
parent78cde3d8dc0975f159799b181188fb2d1a5565c5 (diff)
downloadphp-git-c9b49bc94b4d3fc20fd6c6ac0bf0983e6779298c.tar.gz
update UPGRADING
-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
========================================