Subject Re: [firebird-php] Making PHP aware of Firebird
Author Milan Babuskov
Scott Taylor wrote:
> Lester Caine said:
>
>
>>>I want to make my PHP on box 1 aware of my Firebird on box 2. PHP is
>>>not
>>>currently Firebird-enabled.
>>
>>Simply enable php_interbase module in php.ini.
>
>
> How so? I see many other database sections in this file but nothing
> for Firebird or Interbase. So you have the actual lines needed to do
> this?

Just search php.ini file, you should have a line like this:

;extension=php_interbase.dll

Just remove the semi-colon (on Windows). For Linux, change it to be:
extension=interbase.so

HTH

--
Milan Babuskov
http://fbexport.sourceforge.net
http://njam.sourceforge.net