ID: 31258
Updated by: [EMAIL PROTECTED]
Reported By: steven at joekeloeres dot com
-Status: Open
+Status: Bogus
Bug Type: Reproducible crash
Operating System: windows xp sp2
PHP Version: 4.3.10
New Comment:
Dupe of #31159
Previous Comments:
------------------------------------------------------------------------
[2004-12-22 22:16:34] steven at joekeloeres dot com
Description:
------------
apache 1.3.33 runs on port 81
<?
$db=new COM ("ADODB.Connection") or die ("create connection failed");
$db->Close();
?>
this script causes the event:
#####
Faulting application Apache.exe, version 0.0.0.0, faulting module
php4ts.dll, version 4.3.10.10, fault address 0x000c33b4.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
#####
changes compared to php.ini-recommended:
session.save_handler = user
upload_max_filesize = 8M
error_reporting = E_ALL & ~E_NOTICE
display_errors = On
Reproduce code:
---------------
<?
$db=new COM ("ADODB.Connection") or die ("create connection failed");
?>
Expected result:
----------------
I expect no output
Actual result:
--------------
this script causes the event:
#####
Faulting application Apache.exe, version 0.0.0.0, faulting module
php4ts.dll, version 4.3.10.10, fault address 0x000c33b4.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
#####
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=31258&edit=1