php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56292 php_pdo_mssql out of date
Submitted: 2005-02-11 08:43 UTC Modified: 2005-02-14 01:27 UTC
From: gary dot doades at webroster dot net Assigned: wez (profile)
Status: Closed Package: PDO (PECL)
PHP Version: 5_1 CVS-2005-02-11 (dev) OS: Windows XP
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: gary dot doades at webroster dot net
New email:
PHP Version: OS:

 

 [2005-02-11 08:43 UTC] gary dot doades at webroster dot net
Description:
------------
Latest php & pdo windows snaps (2005-02-11)

enabling php_pdo_mssql driver for pdo results in the following message:

Fatal error: PDO: driver mssql requires PDO API version 20050117; this is PDO version 20050206 in Unknown on line 0

I notice that the mssql driver is not being rebuilt in the daily snaps.



Reproduce code:
---------------
enable php_pdo_mssql driver in php.ini

....
extension=php_pdo.dll
extension=php_pdo_pgsql.dll
extension=php_pdo_odbc.dll
extension=php_pdo_mssql.dll



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-11 09:46 UTC] wez@php.net
Wait for the next snap.
 [2005-02-12 08:48 UTC] gary dot doades at webroster dot net
Waiting.....

Nope, still doesn't work. The date on the module (dll) is still 20-Jan-2005. Looking at the build logs it doesn't look like php_pdo_mssql is included in the snapshot builds at the moment.
 [2005-02-13 02:08 UTC] wez@php.net
We've corrected the configure problem, and the mssql .dll is now present on the snaps site.
http://snaps.php.net/win32/PECL_5_0
 [2005-02-13 05:15 UTC] gary dot doades at webroster dot net
Well it's not out of date anymore, but I now get this error.

PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) 'php_pdo_mssql.dll' in Unknown on line 0
 [2005-02-14 01:27 UTC] wez@php.net
Should really really be fixed in the next snapshot (maybe even in the current snap).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 17:01:30 2024 UTC