ID:               19908
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         COM related
 Operating System: Windows 2000
 PHP Version:      4.3.0-pre1
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

i already noticed this and working on a fix, sorry for bogusifying :)


Previous Comments:
------------------------------------------------------------------------

[2002-10-17 10:50:44] [EMAIL PROTECTED]

i already noticed this and working on a fix, sorry for bogusifying :)

------------------------------------------------------------------------

[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

Reply via email to