mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: Use zend_get_gc_buffer_add_fcc()
This commit is contained in:
commit
518233c39d
1 changed files with 1 additions and 6 deletions
|
@ -2248,12 +2248,7 @@ static void php_sqlite3_object_free_storage(zend_object *object) /* {{{ */
|
|||
static void php_sqlite3_gc_buffer_add_fcc(zend_get_gc_buffer *gc_buffer, zend_fcall_info_cache *fcc)
|
||||
{
|
||||
if (ZEND_FCC_INITIALIZED(*fcc)) {
|
||||
if (fcc->object) {
|
||||
zend_get_gc_buffer_add_obj(gc_buffer, fcc->object);
|
||||
}
|
||||
if (fcc->closure) {
|
||||
zend_get_gc_buffer_add_obj(gc_buffer, fcc->closure);
|
||||
}
|
||||
zend_get_gc_buffer_add_fcc(gc_buffer, fcc);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue