Skip to content

Commit 3d0cb90

Browse files
committed
[ci skip] Fix ordering in deprecation sections in UPGRADING
1 parent c6e934b commit 3d0cb90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

UPGRADING

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,15 +116,15 @@ PHP 8.3 UPGRADE NOTES
116116
. The U_MULTIPLE_DECIMAL_SEP*E*RATORS constant had been deprecated, using
117117
the U_MULTIPLE_DECIMAL_SEP*A*RATORS instead is recommended.
118118

119-
- Zip:
120-
. The ZipArchive::FL_RECOMPRESS constant is deprecated and will be removed
121-
in a future version of libzip
122-
123119
- SQLite3
124120
. Using exceptions is now preferred, warnings will be removed in the future.
125121
Calling SQLite3::enableExceptions(false) will trigger a depreciation warning
126122
in this version.
127123

124+
- Zip:
125+
. The ZipArchive::FL_RECOMPRESS constant is deprecated and will be removed
126+
in a future version of libzip
127+
128128
========================================
129129
5. Changed Functions
130130
========================================

0 commit comments

Comments
 (0)