Great, you were right PDO PDO support => enabled PDO drivers => sqlite, sqlite2 PDO Driver for SQLite 3.x => enabled
there's no drivers for mysql, but i have this line enabled in php.ini: extension=pdo_mysql.so But i've learnt something new ;) Sharing knowledge is a great thing, thank you very much On 14 Ott, 15:26, Gareth McCumskey <[email protected]> wrote: > Hah! You learn something new everyday > > > > > > On Wed, Oct 14, 2009 at 3:21 PM, Eno <[email protected]> wrote: > > > On Wed, 14 Oct 2009, Gareth McCumskey wrote: > > > > To make sure about this create a php file (lets call it php_info.php)that > > > only contains: > > > > <?php > > > phpinfo(); > > > ?> > > > > Then run it on command line as: > > > > php php_info.php | grep PDO > > > Or just run: > > > php -i |grep PDO > > > -- > > -- > Gareth McCumskeyhttp://garethmccumskey.blogspot.com > twitter: @garethmcc --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
