mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
![]() In this test file, the free_obj handler is called with a refcount of 2, caused by the fact we do a GC_ADDREF() to increase its refcount while its refcount is still 1 because the Foo object hasn't been destroyed yet (due to the cycle caused by the sqlite function callback). Solve this by introducing a get_gc handler. Closes GH-11881. |
||
---|---|---|
.. | ||
tests | ||
config.w32 | ||
config0.m4 | ||
CREDITS | ||
php_sqlite3.h | ||
php_sqlite3_structs.h | ||
sqlite3.c | ||
sqlite3.stub.php | ||
sqlite3_arginfo.h |