mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
Fixed bug #20079 (made ora_logoff return TRUE on success).
This commit is contained in:
@@ -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;
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user