Subject Re: [firebird-php] configure php to use firebird/interbase functions
Author Jochem Maas
dan_berbece wrote:
>
>
> Hello all!
>
> I try to use ibase functions from php but I get the following error:
>
> "Fatal error: Call to undefined function: ibase_connect()"
>
> Can anyone help me configure php to use theese functions, please?
> I use php 4.4.1 on a Slackware 11 machine...

if you want to use firebird via php you *should* really be using php5,
the ibase/firebird wrapper in php5 is hugely improved compared to the implementation
in php4 - either way you need to compile php with the '--with-interbase' configure option

read more here: http://php.net/ibase