ID: 19908 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: COM related Operating System: Windows 2000 PHP Version: 4.3.0-pre1 New Comment:
i already noticed this and working on a fix, sorry for bogusifying :) Previous Comments: ------------------------------------------------------------------------ [2002-10-17 08:56:27] [EMAIL PROTECTED] I don't believe this is an ADODB problem. The same error happens if I do this: <?php $xml = new COM("MSXML.DOMDocument") or die("failed to create"); $xml->Release(); ?> ------------------------------------------------------------------------ [2002-10-16 18:54:16] [EMAIL PROTECTED] 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. ------------------------------------------------------------------------ [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