I'm setting up a new server. It came with Plesk 9.5.3 on CentOS 5.6 and I have successfully upgraded as follows:
- Plesk 9.5.4 (through Plesk itself )
- PHP 5.3.6 ( through
http://www.atomicorp.com/wiki/index.php/PHP )
- MySQL 5.1 ( through
http://www.atomicorp.com/wiki/index.php/Mysql )
It took some additional steps to get it all working (like dumping / reloading psa database) but I thought it was operational.
I had hoped to be able to use the mysqlnd driver, as a work-in-progress site pretty much requires it. Unfortunately it seems like Atomic's PHP 5.3.6 build does not include it, while I thought it would. phpinfo does not list the mysqlnd driver, and a php code test says the mysqlnd specific functions are not available.
Does Atomic have a PHP build with the mysqlnd driver enabled ? Is it planned ? Or is there someway I can enable this myself ? Do I need to rebuild from source ( that's a bit scary on a Plesk system ) ?
Any help / advice is much appreciated !