[skip ci] Add UPGRADING entry for GH-17173

This commit is contained in:
Gina Peter Banyard 2024-12-17 13:41:22 +00:00
parent b53b52985b
commit 18ba9833bf
No known key found for this signature in database
GPG key ID: 3306078E3194AEBD

View file

@ -48,6 +48,10 @@ PHP 8.5 UPGRADE NOTES
. pcntl_exec() now throws ValueErrors when entries or keys of the . pcntl_exec() now throws ValueErrors when entries or keys of the
$env_vars parameter contain null bytes. $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: - SPL:
. ArrayObject no longer accepts enums, as modifying the $name or $value . ArrayObject no longer accepts enums, as modifying the $name or $value
properties can break engine assumptions. properties can break engine assumptions.