From:             egarcia at egm dot as
Operating system: Windows XP SP2
PHP version:      4.3.10RC1
PHP Bug Type:     COM related
Bug description:  COM doesn't works

Description:
------------
I have the 4.3.9 version, I upgrade to make tests over the 4.3.10RC1, but
I found that:

The COM interface doesn't works, I make tests with ADODB library, and when
the code runs:

$dbc = new COM('ADODB.Connection');

It doesn't create the object.  This error doesn't happen in 4.3.9.

Reproduce code:
---------------
$y = new COM('ADODB.Connection');
if (is_resource($y)) {
        echo "OK";
} else {
        echo "fail";
}

Expected result:
----------------
OK

Actual result:
--------------
fail

-- 
Edit bug report at http://bugs.php.net/?id=30906&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30906&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=30906&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=30906&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30906&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30906&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30906&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30906&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30906&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30906&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30906&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=30906&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=30906&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30906&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30906&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30906&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30906&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30906&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30906&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30906&r=mysqlcfg

Reply via email to