Skip to content

Commit 2d1a320

Browse files
committed
UPGRADING for libmysql change
1 parent 23b0257 commit 2d1a320

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UPGRADING

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@ PHP 8.2 UPGRADE NOTES
201201
no longer serializable. Previously, they could be serialized, but
202202
unserialization yielded unusable objects or failed.
203203

204+
- mysqli:
205+
. The support for libmysql has been removed. It's no longer possible to compile
206+
mysqli with libmysql and all relevant functionality has been removed.
207+
. The reconnect property of mysqli_driver has been removed. It was supported only by libmysql.
208+
. The INI directive mysqli.reconnect has been removed.
209+
204210
- OCI8:
205211
. The minimum Oracle Client library version required is now 11.2.
206212

0 commit comments

Comments
 (0)