1
0
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:
Ilia Alshanetsky
2003-01-16 02:53:44 +00:00
parent 7f3b79adc5
commit 4e53357e9b
+2
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;
}
/* }}} */