From: Ilia Alshanetsky Date: Thu, 16 Jan 2003 02:54:07 +0000 (+0000) Subject: MFH X-Git-Tag: PHP_4_3_before_13561_fix~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5295f6e657ecece0fc6a2c8e73bf98c5bdc47655;p=php MFH --- diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index 8e35627c6f..0dc2814b36 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -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; } /* }}} */