php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #37982 pplication error
Submitted: 2006-07-01 16:12 UTC Modified: 2006-07-02 14:00 UTC
From: gashev at zahav dot net dot il Assigned: bjori (profile)
Status: Not a bug Package: Reproducible crash
PHP Version: 4.4.2 OS: win xp home sp2 english
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: gashev at zahav dot net dot il
New email:
PHP Version: OS:

 

 [2006-07-01 16:12 UTC] gashev at zahav dot net dot il
Description:
------------
Application Error.

Reproduce code:
---------------
<?PHP

$lines = file("http://www.microsoft.com");
foreach($lines as $line)
{
	echo $line;
}

?>








Expected result:
----------------
The application, c:\php\php.exe, generated an application error The error occurred on 07/01/2006 @ 19:06:35.703 The exception generated was c0000005 at address 100C5FCA (php4ts!efree)

Faulting application php.exe, version 4.4.2.2, faulting module php4ts.dll, version 4.4.2.2, fault address 0x000c5fca.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-02 14:00 UTC] bjori@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Was fixed in CVS at least 5months ago.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 15 07:01:31 2025 UTC