|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-12-23 02:43 UTC] edink@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 22:00:02 2025 UTC |
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. #####