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 Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 + 13 = ?
Subscribe to this entry?

 
 [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 05:01:30 2024 UTC