Subject | Re: [firebird-php] Loading the firebird extension on PHP |
---|---|
Author | marius adrian popa |
Post date | 2011-05-09T04:32:36Z |
On Sun, May 8, 2011 at 8:09 PM, Sakhile Njoko <sakhinjoko@...> wrote:
sudo apt-get install php5-interbase
sudo /etc/init.d/apache2 restart
> 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