How to use Firebird with PHP5 on Ubuntu or Debian?


Step 1: If you can't install Firebird support for PHP5 from official repositories, edit your /etc/apt/sources.list file and add:

deb http://people.debian.org/~dexter php5 sarge
deb-src http://people.debian.org/~dexter php5 sarge

and then update:

# apt-get update

Step 2: Now, simply install the module:

# apt-get install php5.0-firebird

It will also offer to install Apache, PHP5 and all the related packages. When done, make sure you restart Apache:

/etc/init.d/apache2 start

Enjoy.


Do you find this FAQ incorrect or incomplete? Please e-mail us what needs to be changed. To ensure quality, each change is checked by our editors (and often tested on live Firebird databases), before it enters the main FAQ database. If you desire so, the changes will be credited to your name. To learn more, visit our add content page.

If you are a commercial tool maker and your tool features a great way to handle the issue written about in this FAQ, please check out our advertisement page.



All contents are copyright © 2007-2013 FirebirdFAQ.org unless otherwise stated in the text.


Links   Firebird   News   FlameRobin   Home Inventory powered by FB  
Add content   Advertise   About  

Categories
 Newbies
 SQL
 Installation and setup
 Backup and restore
 Performance
 Security
 Connectivity and API
 HOWTOs
 Errors and error codes
 Miscellaneous