php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31258 php4ts.dll makes apache crash on creation of COM object
Submitted: 2004-12-22 22:16 UTC Modified: 2004-12-23 02:43 UTC
From: steven at joekeloeres dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 4.3.10 OS: windows xp sp2
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: steven at joekeloeres dot com
New email:
PHP Version: OS:

 

 [2004-12-22 22:16 UTC] 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.
#####

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-23 02:43 UTC] edink@php.net
Dupe of #31159
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 17 23:00:02 2025 UTC