I have installed PHP 5.3.28 and still cannot get RoundCube to work on version 1.5.5 with PDO Enabled. My RC log file says
"[22-Jan-2014 16:00:02 America/New_York] PHP Fatal error: Class 'PDO' not found in /home/slomo/public_html/crm/modules/CRM/Roundcube/RC/program/lib/Roundcube/rcube_db_mysql.php on line 134
"
Here is my config that show PDO is enable for MySQL:
PDO
PDO support enabled
PDO drivers sqlite, sqlite2, mysql
pdo_mysql
PDO Driver for MySQL enabled
Client API version 5.5.34
Directive Local Value Master Value
pdo_mysql.default_socket /var/lib/mysql/mysql.sock /var/lib/mysql/mysql.sock
pdo_sqlite
PDO Driver for SQLite 3.x enabled
SQLite Library 3.7.7.1
Please help!