Enable PDO for PHP5 on CentOS5 where PHP is configured as '--disable-pdo'

Posted by jakenoble on Stack Overflow See other posts from Stack Overflow or by jakenoble
Published on 2010-03-22T22:37:29Z Indexed on 2010/03/22 22:41 UTC
Read the original article Hit count: 737

Filed under:
|

Hi

I have been given access to a CentOS5 machine by my client for their new site which uses Zend Framework.

phpinfo() states in Configure Command that PDO is disabled ('--disable-pdo'). How can enable it? Do I need to recompile PHP5 to enable it?

I have tried adding 'extension=pdo.so' in php.ini and restarting Apache, but this didn't work.

It would also be nice to understand what '--disable-pdo' actaully means, does it mean it's not compiled into PHP or does it mean its just not enabled?

Thanks for your time

© Stack Overflow or respective owner

Related posts about pdo

Related posts about php5