From 32c94deac3884370bdaee210257244437440780a Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sun, 14 Aug 2016 20:55:26 +0200 Subject: [PATCH] update UPGRADING --- UPGRADING | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING b/UPGRADING index 33616627fcc..d1db6a5f9fd 100644 --- a/UPGRADING +++ b/UPGRADING @@ -212,6 +212,8 @@ PHP 7.1 UPGRADE NOTES - FILTER_FLAG_EMAIL_UNICODE can be used with filter_var() for email validation according to RFC 6531. - 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. ========================================