Subject | Re: [firebird-php] It works!! PHP+Firebird (1.0) in Linux Fedora Core 2. |
---|---|
Author | Lester Caine |
Post date | 2004-05-23T07:32:14Z |
Kamus wrote:
switching to 1.5
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
> 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 ServerUsefull check at this point - phpinfo() - which engine does it show when
>
> # service httpd start
switching to 1.5
> 11.- Create the following script:I STILL have not had time to get the Linux boxes fired up again, but I
>
> <?
> $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 />';
> }
> ?>
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