1
0
mirror of https://github.com/php/php-src.git synced 2026-03-31 04:32:19 +02:00

UPGRADING for libmysql change

This commit is contained in:
Kamil Tekiela
2022-05-30 16:22:48 +01:00
parent 23b0257fdc
commit 2d1a320ba9

View File

@@ -201,6 +201,12 @@ PHP 8.2 UPGRADE NOTES
no longer serializable. Previously, they could be serialized, but
unserialization yielded unusable objects or failed.
- mysqli:
. The support for libmysql has been removed. It's no longer possible to compile
mysqli with libmysql and all relevant functionality has been removed.
. The reconnect property of mysqli_driver has been removed. It was supported only by libmysql.
. The INI directive mysqli.reconnect has been removed.
- OCI8:
. The minimum Oracle Client library version required is now 11.2.