php-src/ext/pdo_sqlite
Niels Dossche 2dde07af55
Fix memory leak when destroying PDORow
This should call zend_object_std_dtor() to clean the property table etc.
This also has a semantic influence because previously weak refs were not
notified for example.

This fixes the final issue in GH-18114 (the crash was master-only and
fixed already).

Closes GH-18114.
Closes GH-18123.
2025-03-20 23:13:42 +01:00
..
tests Fix memory leak when destroying PDORow 2025-03-20 23:13:42 +01:00
config.m4 Require sqlite >= 3.7.7 for URI in DSN (#7347) 2021-08-11 10:31:28 +02:00
config.w32 Move HAVE_SQLITE3_CLOSE_V2 to pdo_sqlite 2019-07-21 00:40:59 +02:00
CREDITS
pdo_sqlite.c Use php_info_print_table_header for actual column headers only (#9485) 2022-09-06 08:48:22 +02:00
php_pdo_sqlite.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
php_pdo_sqlite_int.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00
sqlite_driver.c Merge branch 'PHP-8.2' into PHP-8.3 2024-04-20 22:34:31 +09:00
sqlite_driver.stub.php Add support for validation of missing class synopses (#9472) 2022-09-05 14:21:15 +02:00
sqlite_driver_arginfo.h Add support for validation of missing class synopses (#9472) 2022-09-05 14:21:15 +02:00
sqlite_statement.c Fix GH-17837: ::getColumnMeta() on unexecuted statement segfaults 2025-02-18 17:01:46 +01:00