From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.3.0-pre1
PHP Bug Type:     COM related
Bug description:  Calling Release() on COM object throws exception

Testing this code in 4.3.0-pre1:

<?php

$adodb = new COM("ADODB.Connection") or die("Cannot start ADO");
$adodb->Release();

?>

under ISAPI results in this error page for me:

Warning: (null)(): Invoke() failed: Exception occurred. Source:
ADODB.Connection Description: Operation is not allowed when the object is
closed. in c:\work\test.php on line 4

Warning: String is not zero-terminated (ZZZZZZZZ̏*ZZZZ ) (source:
c:\php-4.3.0pre1\ext\com\com.c:2112) in c:\work\test.php on line 4

-- 
Edit bug report at http://bugs.php.net/?id=19908&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=19908&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=19908&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=19908&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=19908&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=19908&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=19908&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=19908&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=19908&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=19908&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=19908&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=19908&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=19908&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=19908&r=isapi

Reply via email to