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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 01:01:28 2024 UTC