iliaa Wed Jan 15 21:53:44 2003 EDT
Modified files:
/php4/ext/oracle oracle.c
Log:
Fixed bug #20079 (made ora_logoff return TRUE on success).
Index: php4/ext/oracle/oracle.c
diff -u php4/ext/oracle/oracle.c:1.81 php4/ext/oracle/oracle.c:1.82
--- php4/ext/oracle/oracle.c:1.81 Tue Dec 31 11:07:10 2002
+++ php4/ext/oracle/oracle.c Wed Jan 15 21:53:43 2003
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: oracle.c,v 1.81 2002/12/31 16:07:10 sebastian Exp $ */
+/* $Id: oracle.c,v 1.82 2003/01/16 02:53:43 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