Skip to content

Commit 9052f3b

Browse files
committed
Update UPGRADIN.INTERNALS
1 parent 1a58611 commit 9052f3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING.INTERNALS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ PHP 8.1 INTERNALS UPGRADE NOTES
4747
getColumnMeta(). The type provided here does not need to match the type
4848
returned by get_col (in fact no corresponding type might exist, e.g. for
4949
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

Comments
 (0)