From 2fed1757803eefc558ed0e90c61a8b67a1a3cdcf Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 7 Jan 2017 12:46:45 +0100 Subject: [PATCH] update UPGRADING --- UPGRADING | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/UPGRADING b/UPGRADING index a71e179c3a..03b3b6799a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -239,6 +239,10 @@ PHP 7.1 UPGRADE NOTES - output_reset_rewrite_vars() no longer reset session URL rewrite vars. - the lasinsertid() in pdo_pgsql extension triggers an error, when no nextval() were called in in the current session. +- fopen() + Since 7.1.2, 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. ======================================== @@ -340,7 +344,7 @@ PHP 7.1 UPGRADE NOTES an instance of Error instead of resulting in a fatal error. - PDO_Firebird - As of PHP 7.1.3, the fetched data for integer fields is aware of the Firebird + As of PHP 7.1.2, the fetched data for integer fields is aware of the Firebird datatypes. Previously all integers was fetched as strings, starting with aforementioned PHP version integer fields are translated to the PHP integer datatype. The 64-bit integers are still fetched as strings in 32-bit PHP -- 2.40.0