php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #530 PHP stays in memory as zombie
Submitted: 1998-07-09 14:26 UTC Modified: 1998-07-09 15:41 UTC
From: doka at webest dot com Assigned: shane (profile)
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Final Release OS: Windows NT
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: doka at webest dot com
New email:
PHP Version: OS:

 

 [1998-07-09 14:26 UTC] doka at webest dot com
Hi!

 OS: Windows NT, SP3, various hotfixes
 PHP: 3.0
 Clients: M$IE 4.01, Netscape 4.04

 I'm trying to download file to client

 <?
 Header("Content-Type: application/octet-stream; ".
        "name=\"$fname\"");
 Header("Content-Disposition: filename=\"$fname\"");
 Header("Content-Length: ".filesize($fname));
 readfile($fname);
 ?>

 If user selects "Save", PHP uploads file successfully
and exit. If user selects "Cancel", PHP stays in memory
and locks file - it can't be neither moved nor deleted.

 In php3.ini max_execution_time = 30

---
Vladimir Litovka <doka@webest.com>, lamer

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-09 15:41 UTC] shane
I've been doing it all day with 3.0.1 with no problem (am working on a simular thing).  Please upgrade to 3.0.1 and repost this bug report again, if the problem still ocures.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC