Skip to content

Commit 4973ca3

Browse files
committed
Redd UPGRADING dropped during rebase
1 parent 9413ea3 commit 4973ca3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

UPGRADING

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,11 @@ PHP 8.3 UPGRADE NOTES
117117
. The ZipArchive::FL_RECOMPRESS constant is deprecated and will be removed
118118
in a future version of libzip
119119

120+
- SQLite3
121+
. Using exceptions is now preferred, warnings will be removed in the future.
122+
Calling SQLite3::enableExceptions(false) will trigger a depreciation warning
123+
in this version.
124+
120125
========================================
121126
5. Changed Functions
122127
========================================
@@ -262,6 +267,12 @@ PHP 8.3 UPGRADE NOTES
262267
9. Other Changes to Extensions
263268
========================================
264269

270+
- SQLite3
271+
. The SQLite3 class now throws \SQLite3Exception (extends \Exception) instead
272+
of \Exception.
273+
. The SQLite error code is now passed in the exception error code instead of being
274+
included in the error message.
275+
265276
========================================
266277
10. New Global Constants
267278
========================================

0 commit comments

Comments
 (0)