We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b53b529 commit 18ba983Copy full SHA for 18ba983
UPGRADING
@@ -48,6 +48,10 @@ PHP 8.5 UPGRADE NOTES
48
. pcntl_exec() now throws ValueErrors when entries or keys of the
49
$env_vars parameter contain null bytes.
50
51
+- PDO_FIREBIRD:
52
+ . A ValueError is now thrown when trying to set a cursor name that is too
53
+ long on a PDOStatement resulting from the Firebird driver.
54
+
55
- SPL:
56
. ArrayObject no longer accepts enums, as modifying the $name or $value
57
properties can break engine assumptions.
0 commit comments