Subject Re: [firebird-php] firebird support for php5 in linux
Author Jochem Maas
Lester Caine wrote:
> Anjesh Tuladhar wrote:
>
>
>>Has anyone tried firebird in php5 in linux? The same worked in windows
>>with out any problem but could not find compatible interbase extension
>>for php5.0 in linux, those. desperately need to know this... thanks in
>>advance
>
>
> Anjesh
>
> I think we are all in the same boat :(
> Pressure of other work means I am still running PHP5 on windows, but we
> do need to put some effort into getting a Linux build actually working!

WTF - I have been running firebird with php5 on Linux since 11/2003.
(i.e. around the time Ard got his improved ibase/firebird extension
up and running.... knowing Ard a little I can guess that he probably got
the extension running on a variant of Linux way before he bothered to
see if it ran on Windows.)

but then its not so much a case of 'finding' a compatible extension
as it is a case of running:

./configure
make
make install

with the right configure line (assuming you build the extension at
the same time you build php.)

>