ID: 30484
User updated by: miguelfd at sigmanet dot com dot br
Reported By: miguelfd at sigmanet dot com dot br
Status: Open
Bug Type: InterBase related
Operating System: Windows
PHP Version: 4CVS-2004-10-19 (stable)
New Comment:
I inverted, in true, the Expected Result is the Actual Result and the
Actual Result is what I expect! :-)
Previous Comments:
------------------------------------------------------------------------
[2004-10-19 19:41:59] miguelfd at sigmanet dot com dot br
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 this bug report at http://bugs.php.net/?id=30484&edit=1