mirror of
https://github.com/php/php-src.git
synced 2026-03-25 08:42:29 +01:00
added missing ELS_FETCH()
This commit is contained in:
@@ -239,8 +239,8 @@ PHP_RINIT_FUNCTION(pgsql)
|
||||
|
||||
PHP_RSHUTDOWN_FUNCTION(pgsql)
|
||||
{
|
||||
ELS_FETCH();
|
||||
zend_hash_apply(&EG(persistent_list), (apply_func_t) _rollback_transactions);
|
||||
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user