From: Anatol Belski Date: Tue, 19 Jul 2016 18:34:22 +0000 (+0200) Subject: update UPGRADING X-Git-Tag: php-7.1.0beta1~18^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec97e78a8d13eb03df962f0e8604a603604b2042;p=php update UPGRADING --- diff --git a/UPGRADING b/UPGRADING index fd6cf66474..1e73336098 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 ========================================