Anyone know a proper way to apply /install PDO extension to PHP 5.05 (cpanel / centos 4.3 box). Version 5.1 PHP on cpanel is still in BETA.
IS there any drawback to enabling PDO? I also have phpsuexec support enabled.
Thanks
Anyone know a proper way to apply /install PDO extension to PHP 5.05 (cpanel / centos 4.3 box). Version 5.1 PHP on cpanel is still in BETA.
IS there any drawback to enabling PDO? I also have phpsuexec support enabled.
Thanks
Any tips appreciated. thanks
I have done this and been running it for some time without any issues. It is a case of getting the pecl module then building it into PHP. The manual explains how to do this at http://www.php.net/pdo
but that didn't work for me. I had to phpize the actual pecl module as explained at http://www.php.net/manual/en/install.pecl.phpize.php. Be sure to read my note at the bottom of the page.Code:pear install pdo