Subject Re: [firebird-php] Loading the firebird extension on PHP
Author marius adrian popa
On Sun, May 8, 2011 at 8:09 PM, Sakhile Njoko <sakhinjoko@...> wrote:
> How do I get PHP to load Firebird extension on Ubuntu 11.04? I installed Firebird, PHP 5.3.5, Apache2 (& MySQL) using the official repositories. Both Firebird & PHP run fine but now I need to access the databases via PHP and I get the error: "Fatal error: Call to undefined function ibase_connect()".

did you installed the extension ?
sudo apt-get install php5-interbase
sudo /etc/init.d/apache2 restart