ID: 7273 Updated by: kalowsky Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: ODBC related Assigned To: Comments: is this still occuring in a recent release? Previous Comments: --------------------------------------------------------------------------- [2000-10-17 06:24:52] [EMAIL PROTECTED] $conn=odbc_connect("DSN=database;UID=user;PWD=passwd","",""); if (!$conn) { echo "NO DATABASE!"; exit; } When the database is down (or the user is wrong, or anything else is wrong) odbc_connect causes a segmentation fault. ./configure --with-mysql=no --with-openlink --with-apache=../apache_1.3.12 --enable-track-vars --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=7273&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]