|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-03-30 10:16 UTC] kalowsky@php.net
[2001-04-03 03:43 UTC] edrenth at thematec dot nl
[2001-04-16 23:33 UTC] kalowsky@php.net
[2001-05-08 10:56 UTC] kalowsky@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 14:00:01 2025 UTC |
$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