diff options
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index 36f24e0626..2c5d1a944d 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -66,3 +66,5 @@ PHP 8.1 INTERNALS UPGRADE NOTES - 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. + - The php_pdo_str_tolower_dup() PDO_API has been removed use zend_str_tolower_dup() + or zend_string_tolower_ex(). |