How to install PHP PDO_OCI on Ubuntu Jaunty
Leave a reply
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: [...]