From:             mattficken
Operating system: Windows
PHP version:      5.3.10
Package:          Testing related
Bug Type:         Bug
Bug description:Test Bug - ext/com_dotnet/tests/bug49192

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 bug report at https://bugs.php.net/bug.php?id=61481&edit=1
-- 
Try a snapshot (PHP 5.4):            
https://bugs.php.net/fix.php?id=61481&r=trysnapshot54
Try a snapshot (PHP 5.3):            
https://bugs.php.net/fix.php?id=61481&r=trysnapshot53
Try a snapshot (trunk):              
https://bugs.php.net/fix.php?id=61481&r=trysnapshottrunk
Fixed in SVN:                        
https://bugs.php.net/fix.php?id=61481&r=fixed
Fixed in SVN and need be documented: 
https://bugs.php.net/fix.php?id=61481&r=needdocs
Fixed in release:                    
https://bugs.php.net/fix.php?id=61481&r=alreadyfixed
Need backtrace:                      
https://bugs.php.net/fix.php?id=61481&r=needtrace
Need Reproduce Script:               
https://bugs.php.net/fix.php?id=61481&r=needscript
Try newer version:                   
https://bugs.php.net/fix.php?id=61481&r=oldversion
Not developer issue:                 
https://bugs.php.net/fix.php?id=61481&r=support
Expected behavior:                   
https://bugs.php.net/fix.php?id=61481&r=notwrong
Not enough info:                     
https://bugs.php.net/fix.php?id=61481&r=notenoughinfo
Submitted twice:                     
https://bugs.php.net/fix.php?id=61481&r=submittedtwice
register_globals:                    
https://bugs.php.net/fix.php?id=61481&r=globals
PHP 4 support discontinued:          
https://bugs.php.net/fix.php?id=61481&r=php4
Daylight Savings:                    https://bugs.php.net/fix.php?id=61481&r=dst
IIS Stability:                       
https://bugs.php.net/fix.php?id=61481&r=isapi
Install GNU Sed:                     
https://bugs.php.net/fix.php?id=61481&r=gnused
Floating point limitations:          
https://bugs.php.net/fix.php?id=61481&r=float
No Zend Extensions:                  
https://bugs.php.net/fix.php?id=61481&r=nozend
MySQL Configuration Error:           
https://bugs.php.net/fix.php?id=61481&r=mysqlcfg

Reply via email to