mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[skip ci] Add UPGRADING entry for GH-17173
This commit is contained in:
parent
b53b52985b
commit
18ba9833bf
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue