Hi Geoffrey,
You can always check PECL for newer releases of the PDO extensions,
although I very much doubt that the problem is with the extension...
http://pecl4win.php.net/list.php
Maybe you can give us some information about the errors you get that
hint you the PDO MySQL extension cannot address MySQL5 versions ?
Best regards,
Steven
GeoffreyB wrote:
Does anyone know if there is a php_pdo_mysql.dll available that supports
mySQL version 5.0.26?
I am trying to get my head around Zend Framework by working through Rob
Allen's tutorial. The native php_pdo_mysql.dll with PHP 5.1.6 only supports
mySQL versions 3.x/4.x. I can downgrade mySQL to a 4.1.x version if I have
to but i'd rather not.