From 49a0c166f38bddd4e7caacda9a6a778e6905e1ba Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 7 Jan 2017 12:43:19 +0100 Subject: [PATCH] extend UPGRADING --- UPGRADING | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UPGRADING b/UPGRADING index da2a0a522a5..7de632b68c4 100644 --- a/UPGRADING +++ b/UPGRADING @@ -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 ========================================