PDO - WHat is it? How do I enable it on shared hosting.

Posted by Keith Groben on Server Fault See other posts from Server Fault or by Keith Groben
Published on 2011-02-17T07:16:23Z Indexed on 2011/02/17 7:26 UTC
Read the original article Hit count: 464

Filed under:
|
|

I have a shared hosting account and PHP5 is installed and running. When I view phpinfo, I can see that mysql pdo is running. I think I need to "link" to it from the php.ini file. But I dont know for sure. I read that I needed to type "extension=pdo.so". I did that, and it did nothing. I contacted my hosting support, they said I need to rename php.ini to php5.ini. Did that and nothing.

I am stuck and trying to install Kimai, but cannot without fixing this pdo problem. I have searched for a good hour and can find nothing to help me.

© Server Fault or respective owner

Related posts about php5

Related posts about php.ini