ID:               30484
 Comment by:       steffen dot sds at gmx dot net
 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:

Same problem in linux (php 5.0.2 stable) + Firebird2 (1.5.1-3).

If I try ibase_connect() or ibase_pconnect() it fails with
"Connection lost to pipe server operating system directive stat failed
No such file or directory in ..."

Doesn't matter if I connect directly or over TCP/IP.


Previous Comments:
------------------------------------------------------------------------

[2004-10-19 19:46:07] miguelfd at sigmanet dot com dot br

I inverted, in true, the Expected Result is the Actual Result and the
Actual Result is what I expect! :-)

------------------------------------------------------------------------

[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

Reply via email to