Archive

Archive for the ‘PHP’ Category

Installing mySQL PDO drivers (Ubuntu)

May 13th, 2011
Comments Off

If you’re on ubuntu, try apt-get :

sudo apt-get install php5-mysql

which should make

/usr/lib/php5/20060613+lfs/pdo.so

and PDO will be available after an apache restart

PHP

Zend Framework – Unit Testing basics

January 26th, 2011
Comments Off