extend UPGRADING

This commit is contained in:
Anatol Belski 2017-01-07 12:43:19 +01:00
parent d0279242ce
commit 49a0c166f3

View File

@ -652,6 +652,11 @@ Other
Since 7.0.9, getenv() has optional second parameter, making it only
consider local environment and not SAPI environment if true.
- fopen()
Since 7.0.16, mode 'e' was added, which sets the close-on-exec flag
on the opened file descriptor. This mode is only available in PHP compiled on
POSIX.1-2008 conform systems.
========================================
6. New Functions
========================================