Skip to content

Commit d7f35e1

Browse files
committed
Added note about typed class constants in sqlite exctension
1 parent 1482b0b commit d7f35e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

UPGRADING

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,17 @@ PHP 8.4 UPGRADE NOTES
140140
9. Other Changes to Extensions
141141
========================================
142142

143+
144+
- Reflection:
145+
. The class constants are typed now.
146+
143147
- Spl:
144148
. The class constants are typed now.
145149

146-
- Reflection:
150+
- Sqlite:
147151
. The class constants are typed now.
148152

153+
149154
========================================
150155
10. New Global Constants
151156
========================================

0 commit comments

Comments
 (0)