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 @@ -68,6 +68,11 @@ PHP 8.3 UPGRADE NOTES
68
68
4. Deprecated Functionality
69
69
========================================
70
70
71
+ - SQLite3
72
+ . Using exceptions is now preferred, warnings will be removed in the future.
73
+ Calling SQLite3::enableExceptions(false) will trigger a depreciation warning
74
+ in this version.
75
+
71
76
========================================
72
77
5. Changed Functions
73
78
========================================
@@ -192,6 +197,12 @@ PHP 8.3 UPGRADE NOTES
192
197
9. Other Changes to Extensions
193
198
========================================
194
199
200
+ - SQLite3
201
+ . The SQLite3 class now throws \SQLite3Exception (extends \Exception) instead
202
+ of \Exception.
203
+ . The SQLite error code is now passed in the exception error code instead of being
204
+ included in the error message.
205
+
195
206
========================================
196
207
10. New Global Constants
197
208
========================================
You can’t perform that action at this time.
0 commit comments