Subject | Re: [firebird-php] Making PHP aware of Firebird |
---|---|
Author | Milan Babuskov |
Post date | 2003-08-05T16:13:11Z |
Scott Taylor wrote:
;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
> Lester Caine said:Just search php.ini file, you should have a line like this:
>
>
>>>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?
;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