Re: [PHP] Class 'PDO' not found in .... PHP 5.2.5

2008-07-17 Thread Ted Wood
PDO is distributed with PHP 5.1 and higher by default, but it can still be excluded during the compile stage. This may be the case for your installation. Run php_info() to find out, and if PDO is not listed, ask your host to install it. http://ca3.php.net/manual/en/pdo.installation.php ~

[PHP] Class 'PDO' not found in .... PHP 5.2.5

2008-07-17 Thread Stephen
I am with a new host and just tried to upload new files that use PHP and the class PDO for database access. I get the error in the subject. I thought PDO was in the base code of PHP 5* My host is on 5.2.5 according to PHP info I have created a ticket I fear that this is one of those "not sup