Zend Framework

Documentation for PHP extension requirements wrong: pdo_mssql and pdo_dblib

Details

  • Type: Docs:  Problem Docs: Problem
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Won't Fix
  • Affects Version/s: 1.7.8
  • Fix Version/s: 1.8.1
  • Component/s: None
  • Labels:
    None

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.

Activity

Hide
Thomas Weidner added a comment -

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.

Show
Thomas Weidner added a comment - 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.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: