Details
Description
http://framework.zend.com/manual/en/zend.db.html#zend.db.adapter 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/zend.db.html#zend.db.adapter 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.
Right.
Anyway, I noticed that in the documentation we tell users to
"Specify this Adapter to the <code>factory()</code> 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...