On 11/10/06, jonathan <[EMAIL PROTECTED]> wrote:
I know that PDO has drivers only for MySQL 3/4. Is anybody getting
it work with MySQL 5. I'd like to try out the Zend Framework but our
db uses MySQL 5. We could create a second db in 4.1 and run it with
that but I'd rather not to.
It's kinda surprising how long MySQL 5 has been out and these drivers
don't exist.
You just need to compile pdo_mysql against your mysql5 client
libraries, it works fine for me.
./configure --with-pdo-mysql=/path/to/mysql5/install/
Curt.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php