summaryrefslogtreecommitdiff
path: root/UPGRADING.INTERNALS
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r--UPGRADING.INTERNALS3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS
index fcd5773fe5..39b26f3dae 100644
--- a/UPGRADING.INTERNALS
+++ b/UPGRADING.INTERNALS
@@ -58,3 +58,6 @@ PHP 8.1 INTERNALS UPGRADE NOTES
char* and size_t length.
- The doer handler now accepts a zend_string* instead of char* + size_t
pair for the SQL statement.
+ - The last_id handler now returns a zend_string* instead of returning a
+ char* and the length as an out param, and accepts a zend_string* instead
+ of char* for the optional sequence/table name.