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 1a58611 commit 9052f3bCopy full SHA for 9052f3b
UPGRADING.INTERNALS
@@ -47,3 +47,8 @@ PHP 8.1 INTERNALS UPGRADE NOTES
47
getColumnMeta(). The type provided here does not need to match the type
48
returned by get_col (in fact no corresponding type might exist, e.g. for
49
floats). It should be the closest logical equivalent for the column type.
50
+ - The transaction, set_attribute, quoter, and preparer handler's return type
51
+ has been formalized to bool instead of int.
52
+ - The check_liveness handler's return type has been formalized to zend_return
53
+ instead of int.
54
+ - The closer, and fetch_error handlers have been voidified.
0 commit comments