Skip to content

Commit f33b35c

Browse files
committed
[ci skip] Fix formatting in PHP 8.2 UPGRADING
1 parent 94702c5 commit f33b35c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

UPGRADING

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ PHP 8.2 UPGRADE NOTES
2222
- Date:
2323
. DateTime::createFromImmutable() now has a tentative return type of static,
2424
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.
2727

2828
- ODBC:
2929
. The ODBC extension now escapes the username and password for the case when
@@ -134,7 +134,6 @@ PHP 8.2 UPGRADE NOTES
134134
RFC: https://wiki.php.net/rfc/rng_extension
135135
RFC: https://wiki.php.net/rfc/random_extension_improvement
136136

137-
138137
========================================
139138
3. Changes in SAPI modules
140139
========================================
@@ -143,7 +142,6 @@ PHP 8.2 UPGRADE NOTES
143142
. If setting user by its UID without setting a group, then the group is no
144143
longer set to 0 (root) but instead to the user assigned groups like it is
145144
when setting user by name.
146-
147145

148146
========================================
149147
4. Deprecated Functionality
@@ -290,9 +288,11 @@ PHP 8.2 UPGRADE NOTES
290288
unserialization yielded unusable objects or failed.
291289

292290
- 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.
296296
. The INI directive mysqli.reconnect has been removed.
297297
. The constant MYSQLI_IS_MARIADB has been deprecated.
298298

0 commit comments

Comments
 (0)