Gabriel Asked: 2010-12-07 09:57:59 +0800 CST2010-12-07 09:57:59 +0800 CST 2010-12-07 09:57:59 +0800 CST How to enable PDO? 772 I have little server in Slicehost and i installed PHP 5.2.10 with PDO disabled. Now i'd like to enable it. Is there a way to enable it without too much fuzz? I'm not a pro admin :P. Thanks! php pdo 1 Answers Voted sledge 2010-12-07T10:17:56+08:002010-12-07T10:17:56+08:00 Update the php.ini file to point to the shared module extension=pdo.so See the PDO installation instructions for more information.
Update the php.ini file to point to the shared module
See the PDO installation instructions for more information.