Monthly Archives: September 2009

How to install PHP PDO_OCI on Ubuntu Jaunty

This is a revamped guide, previously wrote for gutsy, enjoy! 1) prerequisites First of all we’ll install the php5-dev package which contains some utilities we’ll need for the build process: sudo apt-get install php5-dev then you’ve to find out your ORACLE_HOME environment variable, try executing: env | grep ORACLE_HOME= If this command outputs something like: [...]

P4A 3.4.1 is out

Hello everybody, the new release of our beloved PHP Framework is ready to be downloaded, this is a maintenance release but we’re adding a frequently requested feature, DB logging and profiling! Just take a look at the “products_catalogue”‘s index.php and check the new P4A_DB_PROFILE constant, enable it and run the application to find our how [...]