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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 05:01:33 2025 UTC