iliaa Wed Jan 15 21:53:51 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/oracle oracle.c Log: MFH Index: php4/ext/oracle/oracle.c diff -u php4/ext/oracle/oracle.c:1.80.2.1 php4/ext/oracle/oracle.c:1.80.2.2 --- php4/ext/oracle/oracle.c:1.80.2.1 Tue Dec 31 11:35:06 2002 +++ php4/ext/oracle/oracle.c Wed Jan 15 21:53:50 2003 @@ -20,7 +20,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: oracle.c,v 1.80.2.1 2002/12/31 16:35:06 sebastian Exp $ */ +/* $Id: oracle.c,v 1.80.2.2 2003/01/16 02:53:50 iliaa Exp $ */ /* comment out the next line if you're on Oracle 7.x and don't have the olog call. */ @@ -601,6 +601,8 @@ ZEND_FETCH_RESOURCE2(conn, oraConnection *, arg, -1, "Oracle-Connection", le_conn, le_pconn); zend_list_delete(Z_LVAL_PP(arg)); + + RETURN_TRUE; } /* }}} */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php