Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 1.7.8
-
Fix Version/s: 1.8.1
-
Component/s: None
-
Labels:None
-
Language:English
Description
I'm referring to:
http://framework.zend.com/manual/en/requirements.html#requirements.extensions
1. Zend_Db_Adapter_Pdo_Mssql is said to use PHP extension pdo_mssql. This one doesn't exist.
broken: http://www.php.net/manual/en/ref.pdo-mssql.php
working: http://www.php.net/manual/en/ref.pdo-mysql.php (same convention for MySQL)
2. Instead Zend_Db_Adapter_Pdo_Mssql seems to use PHP extension pdo_dblib.
There is no link to a pdo-mssql extension within the manual.
The original pdo-mssql extension is not from php but from microsoft and does exist.
The dblib extension must not be used as it's wether threadsave nor does it support actual MSSQL instances.