Fixed bug #20079 (made ora_logoff return TRUE on success).

This commit is contained in:
Ilia Alshanetsky 2003-01-16 02:53:44 +00:00
parent 7f3b79adc5
commit 4e53357e9b

View File

@ -601,6 +601,8 @@ PHP_FUNCTION(ora_logoff)
ZEND_FETCH_RESOURCE2(conn, oraConnection *, arg, -1, "Oracle-Connection", le_conn, le_pconn);
zend_list_delete(Z_LVAL_PP(arg));
RETURN_TRUE;
}
/* }}} */