On Mon, 2006-02-27 at 19:45 -0300, Marcus Carvalho wrote:
I have a centos 4.2 with apache. I need allow a php site access the firebird DB. How can I do this?
The easy way would be to install the Firebird libraries and headers, grab the PHP SRPM, add --with-interbase to the %configure line, and rebuild.
The clean way would be to modify the PHP spec file to create a separate php-interbase extension package, but that's a bit more work.