Skip to content

Commit 6ec6d63

Browse files
committed
Add comments about SQLite3 changes to UPGRADING
1 parent dbbab16 commit 6ec6d63

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
@@ -68,6 +68,11 @@ PHP 8.3 UPGRADE NOTES
6868
4. Deprecated Functionality
6969
========================================
7070

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+
7176
========================================
7277
5. Changed Functions
7378
========================================
@@ -192,6 +197,12 @@ PHP 8.3 UPGRADE NOTES
192197
9. Other Changes to Extensions
193198
========================================
194199

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+
195206
========================================
196207
10. New Global Constants
197208
========================================

0 commit comments

Comments
 (0)