php-8.3.25
Fix cycle leak in sqlite3 setAuthorizer()
Good patch from Brad Dewar that adds missing createCollation() method. Fixes bug #60871 and is related to bug #55226
sqlite3 linkage issue on some systems/package combination fix.
Require sqlite >= 3.7.7 for URI in DSN (#7347)
Update http->https in license (#6945)
Only use FCC for SQLite3 user defined authorizer
Fix GH-13264: fgets() and stream_get_line() do not return false on filter fatal error
[RFC] Transition SQLite3 to exceptions (#11058)
Revert "Merge branch 'PHP-8.2'"