@@ -22,8 +22,8 @@ PHP 8.2 UPGRADE NOTES
22
22
- Date:
23
23
. DateTime::createFromImmutable() now has a tentative return type of static,
24
24
previously it was DateTime.
25
- . DateTimeImmutable::createFromMutable() now has a tentative return type of static,
26
- previously it was DateTimeImmutable.
25
+ . DateTimeImmutable::createFromMutable() now has a tentative return type of
26
+ static, previously it was DateTimeImmutable.
27
27
28
28
- ODBC:
29
29
. The ODBC extension now escapes the username and password for the case when
@@ -134,7 +134,6 @@ PHP 8.2 UPGRADE NOTES
134
134
RFC: https://wiki.php.net/rfc/rng_extension
135
135
RFC: https://wiki.php.net/rfc/random_extension_improvement
136
136
137
-
138
137
========================================
139
138
3. Changes in SAPI modules
140
139
========================================
@@ -143,7 +142,6 @@ PHP 8.2 UPGRADE NOTES
143
142
. If setting user by its UID without setting a group, then the group is no
144
143
longer set to 0 (root) but instead to the user assigned groups like it is
145
144
when setting user by name.
146
-
147
145
148
146
========================================
149
147
4. Deprecated Functionality
@@ -290,9 +288,11 @@ PHP 8.2 UPGRADE NOTES
290
288
unserialization yielded unusable objects or failed.
291
289
292
290
- mysqli:
293
- . The support for libmysql has been removed. It's no longer possible to compile
294
- mysqli with libmysql and all relevant functionality has been removed.
295
- . The reconnect property of mysqli_driver has been removed. It was supported only by libmysql.
291
+ . The support for libmysql has been removed. It's no longer possible to
292
+ compile mysqli with libmysql and all relevant functionality has been
293
+ removed.
294
+ . The reconnect property of mysqli_driver has been removed. It was supported
295
+ only by libmysql.
296
296
. The INI directive mysqli.reconnect has been removed.
297
297
. The constant MYSQLI_IS_MARIADB has been deprecated.
298
298
0 commit comments