#native_company# #native_desc#
#native_cta#

Getting started with php and InterBase Page 3

By Yves Glodt
on February 12, 2002

Compiling php with InterBase support

Since many distributions do not compile InterBase support into php, it’s a good idea
to check out how to achieve this. If you do not have the php sources, get them here.
Untar them in your prefered sources location and configure them like this:
./configure –with-interbase=/opt/interbase –with-apxs
Make sure you give the right InterBase root directory as option. (/opt/interbase here)
Then issue:
make
make install
When installing is finished, open the php.ini configuration file (located in /usr/local/lib/),
and check if these lines exist (uncomment/modify them if necessary):
magic_quotes_sybase = On	; Use Sybase-style magic quotes (escape ' with '' instead of ')
extension=php_interbase.so