Skip to content

Commit a51caf7

Browse files
committed
UPGRADING entry
1 parent 2a7fd13 commit a51caf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,10 @@ PHP 8.5 UPGRADE NOTES
390390
. ReflectionConstant::getAttributes() was introduced.
391391
RFC: https://wiki.php.net/rfc/attributes-on-constants
392392

393+
- Sqlite:
394+
. Sqlite3Stmt::busy to check if a statement had been fetched
395+
but not completely.
396+
393397
- Standard:
394398
. Added array_first() and array_last().
395399
RFC: https://wiki.php.net/rfc/array_first_last

0 commit comments

Comments
 (0)