Subject Re: Firebird + PHP
Author Valentin Voev
> How do i get firebird/interbase in php running under Linux? wasn't
answered.

You have to download PHP (I recomend you ver. 4.3.5) source and have
to compile it with:

./configure --with-interbase=/opt/interbase --with-apxs

Make sure you give the right Firebird root directory as option.
(/opt/interbase here)
Then issue:

make
make install

Then restart httpd and.. OK