Click to See Complete Forum and Search --> : configure php4 for interbase in suse 8.0


Tje Nen
06-16-2002, 07:51 AM
hallo all,

i use linux suse 8.0. i install apache and php using YaST tool. but the php doesn't support interbase. it's only support mysql.
how can i configure the php, so i can use interbase as my database.

thanks a lot. :confused:

Choozo
06-16-2002, 08:01 AM
You will probably have to download the sourcecode for PHP (www.php.net) and compile it with InterBase support ("--with-interbase")?

There may also be modules available that you could plug into apache, and a search on www.google.com/linux (http://www.google.com/linux) may turn up some results.

Cheers :)

Tje Nen
06-18-2002, 11:58 PM
ok, its work.
thanks for you help :rolleyes: