Subject | Re: Firebird + PHP |
---|---|
Author | Valentin Voev |
Post date | 2004-01-30T13:52:28Z |
> How do i get firebird/interbase in php running under Linux? wasn'tanswered.
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