I searched for hours and found zilch, so here goes.
I'm trying to get a testing enviroment for PHP/Ibase, and got as far as installing Apache2, php 4.2.1 and interbase 6.01. Now, apache and PHP work fine, but any attempt to connect to an interbase db results in either a database unavailable error (when connecting like so: ibase_connect('C:\path\database','SYSDBA','masterkey'); ) or "Unable to complete network request to host "localhost". Failed to establish a connection. unknown Win32 error 10061" (ibase_conncet('localhost' blabla ))
Any clues?
-L-