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!

link|improve this question

50% accept rate
feedback

1 Answer

Update the php.ini file to point to the shared module

extension=pdo.so

See the PDO installation instructions for more information.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.