|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-07-26 07:37 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 04:00:02 2025 UTC |
Apache 1.3.9 ./configure --with-apxs=/usr/bin/apxs --with-pgsql --without-mysql --with-db2 --with-gdbm --enable-dba --with-config-file-path=/etc/apache --enable-safe-mode --with-exec-dir=/usr/bin --with-system-regex --disable-debug --with-zlib --enab le-debugger --enable-magic-quotes --enable-track-vars $dba = dba_open ('./file', "w", "db2"); if (!$dba) { echo "dba_open failed\n"; exit; } Warning: driver initialization failed in [script_name] on line 5 dba_open failed