Subject Re: [firebird-php] It works!! PHP+Firebird (1.0) in Linux Fedora Core 2.
Author Lester Caine
Kamus wrote:

> I have working Php and Firebird "1.0". With 1.5 it fails for me.

OK That is a good starting point.

> 10.- Start or Restart (if it running) Apache Server
>
> # service httpd start

Usefull check at this point - phpinfo() - which engine does it show when
switching to 1.5

> 11.- Create the following script:
>
> <?
> $cnx = ibase_connect("localhost:/opt/interbase/examples/employee.gdb",
> "sysdba","masterkey"); //this in one line
> $sql = "select * from customer";
> $res = ibase_query($sql);
> while ($fila = ibase_fetch_row($res)) {
> echo $fila[0].' '.$fila[1].'<br />';
> }
> ?>

I STILL have not had time to get the Linux boxes fired up again, but I
seem to remember that linux FB1.5 changes the default passwords, and the
default path.
Could that be the problem with switching over?

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services