ZF-6635: No extension named pdo_mssql
Description
http://framework.zend.com/manual/en/… mentions pdo_mssql with a link to http://www.php.net/pdo-mssql. The name of the extensions is however pdo_dblib and the link is http://www.php.net/pdo-dblib.
http://framework.zend.com/manual/en/… mentions pdo_mssql with a link to http://www.php.net/pdo-mssql. The name of the extensions is however pdo_dblib and the link is http://www.php.net/pdo-dblib.
Comments
Posted by julien PAULI (doctorrock83) on 2009-05-13T12:16:25.000+0000
Right.
Anyway, I noticed that in the documentation we tell users to "Specify this Adapter to the
factory()method with the name 'Pdo_Mssql'."pdo_mssql is also mentionned at several places in the adapter documentation, and the driver is named extension=php_pdo_mssql.dll in PHP.ini. Such a dilema...
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2009-05-13T18:16:08.000+0000
The php driver name - which could be virtually anything - has got nothing to do with the adapter name in ZF...
Posted by Dolf Schimmel (Freeaqingme) (freak) on 2009-05-13T18:18:33.000+0000
For some reason I missed the report, and only read the first comment. The first comment irrelevant imho (see previous comment), the issue itself legit.
Reopening & reassigning...
Posted by Jordan Ryan Moore (jordanryanmoore) on 2009-10-30T08:06:16.000+0000
Committed fix to trunk and merged into 1.9 release branch.