Subject Creating interbase.so extension for RPM based systems
Author rroque6428
Hi All,

:. For those like me whom searched for but didn't find a solution on
accessing FB from PHP without to recompile and install everything,
do the following:

$ tar xvfj php4.3.6.tar.bz2
$ cd php4.3.6
$ ./configure --with-interbase=shared,/opt/interbase
$ make clean
$ make
$ cp modules/interbase.so /usr/lib/php4
$ vi /etc/php4/apache/php.ini
.
.
extension=mysql.so
extension=pgsql.so
extension=interbase.so (add this line)
.
# cds ; ./httpd restart (restart Apache Web Server)

:. Now you are ready to access FB.

Regards.

Roque