|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patchesbug49192 (last revision 2012-03-22 21:13 UTC by mattficken@php.net)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
[2012-03-22 21:13 UTC] mattficken@php.net
[2012-04-02 22:58 UTC] mattficken@php.net
[2012-04-03 11:29 UTC] ab@php.net
[2012-04-03 11:30 UTC] ab@php.net
[2012-04-03 11:44 UTC] ab@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: ab
[2012-04-03 11:44 UTC] ab@php.net
[2012-04-03 12:28 UTC] ab@php.net
[2012-04-18 09:45 UTC] laruence@php.net
[2012-07-24 23:36 UTC] rasmus@php.net
[2013-11-17 09:32 UTC] laruence@php.net
[2014-10-07 23:27 UTC] stas@php.net
[2014-10-07 23:38 UTC] stas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 02:00:01 2025 UTC |
Description: ------------ Expected result: ---------------- test pass Actual result: -------------- test fail 001+ Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `ADODB.Connection': The specified module could not be found. 001- int(0) 002+ ' in C:\php-sdk\php-5.3-src-r324324\ext\com_dotnet\tests\bug49192.php:15 003+ Stack trace: 004+ #0 C:\php-sdk\php-5.3-src-r324324\ext\com_dotnet\tests\bug49192.php(15): com->com('ADODB.Connectio...') 005+ #1 {main} 006+ thrown in C:\php-sdk\php-5.3-src-r324324\ext\com_dotnet\tests\bug49192.php on line 15 This test fails to load ADO (using COM). The patch marks it as XFAIL and provides this info. A change in windows longhorn x64(affecting vista, 7, 8, 2008, 2008r2) broke ADO. There is a fix available, but user has to install it. Given that ADO was deprecated a long time ago in favor of newer APIs, I don't think its worth the trouble of making the user install the fix to get an accurate test run. its better to just not run the test or expect it to fail. see: http://support.microsoft.com/kb/2517589 see: http://www.infoq.com/news/2011/10/ADO-Win7