File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,11 @@ PHP 8.3 UPGRADE NOTES
117
117
. The ZipArchive::FL_RECOMPRESS constant is deprecated and will be removed
118
118
in a future version of libzip
119
119
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
+
120
125
========================================
121
126
5. Changed Functions
122
127
========================================
@@ -262,6 +267,12 @@ PHP 8.3 UPGRADE NOTES
262
267
9. Other Changes to Extensions
263
268
========================================
264
269
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
+
265
276
========================================
266
277
10. New Global Constants
267
278
========================================
You can’t perform that action at this time.
0 commit comments