Edit report at https://bugs.php.net/bug.php?id=61481&edit=1
ID: 61481 Updated by: [email protected] Reported by: [email protected] Summary: Test Bug - ext/com_dotnet/tests/bug49192 -Status: Open +Status: Closed Type: Bug Package: Testing related Operating System: Windows PHP Version: 5.3.10 -Assigned To: +Assigned To: ab Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2012-04-03 11:30:01] [email protected] Automatic comment on behalf of ab Revision: http://git.php.net/?p=php-src.git;a=commit;h=c7e9c646eee25711cab04ee2d17390373baa53e5 Log: Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192 ------------------------------------------------------------------------ [2012-04-03 11:29:55] [email protected] Automatic comment on behalf of ab Revision: http://git.php.net/?p=php-src.git;a=commit;h=94cefaedaf36b681bdf03d89c761f642a28e33e0 Log: Fix bug #61481 Test Bug - ext/com_dotnet/tests/bug49192 ------------------------------------------------------------------------ [2012-04-02 22:58:29] [email protected] This patch passes on PHP5.3.11rc1 on Windows 7 sp1x64. It does not break for me on Linux x64 (Gentoo and Fedora 16) with PHP5.3.11rc1. ------------------------------------------------------------------------ [2012-03-22 21:13:51] [email protected] The following patch has been added/updated: Patch Name: bug49192 Revision: 1332450831 URL: https://bugs.php.net/patch-display.php?bug=61481&patch=bug49192&revision=1332450831 ------------------------------------------------------------------------ [2012-03-22 21:13:29] [email protected] 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 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=61481&edit=1
