From 18ba9833bf1d584a60e0a72ad808ac36a6fd371c Mon Sep 17 00:00:00 2001 From: Gina Peter Banyard Date: Tue, 17 Dec 2024 13:41:22 +0000 Subject: [PATCH] [skip ci] Add UPGRADING entry for GH-17173 --- UPGRADING | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index b7372ecef08..c328936968c 100644 --- a/UPGRADING +++ b/UPGRADING @@ -48,6 +48,10 @@ PHP 8.5 UPGRADE NOTES . pcntl_exec() now throws ValueErrors when entries or keys of the $env_vars parameter contain null bytes. +- PDO_FIREBIRD: + . A ValueError is now thrown when trying to set a cursor name that is too + long on a PDOStatement resulting from the Firebird driver. + - SPL: . ArrayObject no longer accepts enums, as modifying the $name or $value properties can break engine assumptions.