ID: 19908 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: COM related Operating System: Windows 2000 PHP Version: 4.3.0-pre1 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. this is an adodb issue, the exception is not thrown by php. Previous Comments: ------------------------------------------------------------------------ [2002-10-14 13:25:16] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=19908&edit=1