From:             miguelfd at sigmanet dot com dot br
Operating system: Windows
PHP version:      4CVS-2004-10-19 (stable)
PHP Bug Type:     InterBase related
Bug description:  I can't connect to my interbase DB

Description:
------------
I was using the Xitami web server but now I want to use the Apache. So
I've downloaded the Apache 2 and instaled, configured, the PHP works fine
and Apache too, but when I try to connect to my Database it returns me an
error.

Reproduce code:
---------------
if (!$conn = ibase_connect("C:\Temp\webMM\MM.GDB","SYSDBA","masterkey"))
{
  exit("Can't connect to database: " . ibase_errmsg());
} else {
  echo "Connected!";
}

Expected result:
----------------
Can't connect to database: unavailable database 

Actual result:
--------------
Connected!

-- 
Edit bug report at http://bugs.php.net/?id=30484&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30484&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30484&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30484&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30484&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30484&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30484&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30484&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30484&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30484&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30484&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30484&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30484&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30484&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30484&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30484&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30484&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30484&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30484&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30484&r=mysqlcfg

Reply via email to