|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2001-01-15 08:59 UTC] cynic@php.net
  [2001-01-18 17:50 UTC] dig at cynosure dot com
  [2001-01-20 07:25 UTC] thies@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 16:00:01 2025 UTC | 
I have a script that sends large files using: passthru("cat $filename"); With 4.0.3pl1, if a user aborts the download, the cat process becomes orphaned and cannot be killed. I just recently upgraded from 4.0RC1 and did not experience this problem until after I upgraded.