php-8.3.25
Fix memory leak when destroying PDORow
First cut at a PDO driver for SQLite 3.x
Require sqlite >= 3.7.7 for URI in DSN (#7347)
Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlite
Use php_info_print_table_header for actual column headers only (#9485)
Update http->https in license (#6945)
Merge branch 'PHP-8.2' into PHP-8.3
Add support for validation of missing class synopses (#9472)
Fix GH-17837: ::getColumnMeta() on unexecuted statement segfaults