diff options
author | Anatol Belski <ab@php.net> | 2016-07-19 20:33:23 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2016-07-19 20:33:23 +0200 |
commit | c9b49bc94b4d3fc20fd6c6ac0bf0983e6779298c (patch) | |
tree | 0434d75d4445b3021d7805a15adfcb76ba22d323 | |
parent | 78cde3d8dc0975f159799b181188fb2d1a5565c5 (diff) | |
download | php-git-c9b49bc94b4d3fc20fd6c6ac0bf0983e6779298c.tar.gz |
update UPGRADING
-rw-r--r-- | UPGRADING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ======================================== |