Re: [PHP] PDO database drivers

2007-02-20 Thread Jon Anderson
Sandy Keathley wrote: I upgraded PHP 5.2 => 5.2.1 and added PDO support. It installed the SQLLITE driver by default. I wanted to add the MYSQL driver. I ran pecl install PDO_MYSQL and it failed with an autoconf error. It probably depends on how you're installing PHP. If you're using a dist

[PHP] PDO database drivers

2007-02-20 Thread Sandy Keathley
I upgraded PHP 5.2 => 5.2.1 and added PDO support. It installed the SQLLITE driver by default. I wanted to add the MYSQL driver. I ran pecl install PDO_MYSQL and it failed with an autoconf error. I then downloaded the driver from pecl and unpacked it, but there were no instructions on installi