Ticket #2069 (assigned defect)

Opened 4 years ago

Last modified 2 years ago

problems with file

Reported by: gollum Assigned to: tim (accepted)
Priority: normal Milestone: 3.0.0 release
Component: Core Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

the following test script sucks up alot of memory and doesn't return with-in a reasonable amount of time (I killed the process after 5+ minutes). This is probably related to bug #0002066

<?
$host = "tenkan.org";
$page = "/";

$lines = file("http://$host/$page");
foreach ($lines as $line) {
        echo $line;
}
?>

Change History

04/15/07 11:18:12 changed by weyrick

  • version set to trunk.
  • type set to defect.
  • description changed.
  • milestone set to 3.0.0 release.

04/15/07 11:18:22 changed by weyrick

  • severity changed from feature to minor.