diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-02-20 15:34:10 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-02-20 15:34:10 +0000 |
commit | 10695935e0066b9495ae65a8e28d583dfd4eb145 (patch) | |
tree | 5ed8514215b9c4c4ea0d45f12c2a6b08ecb97f03 /ext | |
parent | cef5e966fdbf6ff9e85b547804a8361d50835dd9 (diff) | |
download | php-git-10695935e0066b9495ae65a8e28d583dfd4eb145.tar.gz |
added missing ELS_FETCH()
Diffstat (limited to 'ext')
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index abfd1d552c..40410ce613 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -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; } |