php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8206 Output of bigger file produce only a small piece
Submitted: 2000-12-12 06:54 UTC Modified: 2000-12-13 06:14 UTC
From: nexus at ndiasb dot kiev dot ua Assigned:
Status: Closed Package: Filesystem function related
PHP Version: 4.0.3pl1 OS: WIN2000/IIS5.0 PHP - ISAPI
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: nexus at ndiasb dot kiev dot ua
New email:
PHP Version: OS:

 

 [2000-12-12 06:54 UTC] nexus at ndiasb dot kiev dot ua
<?
Header("Content-type: audio/mpeg;filename");
Header("Content-Disposition: attachment; filename=$a[1].mp3"); 
readfile("e:\mp3\atb.mp3");
?>



This outputs instead of ~3Mb file only 433 bytes  ...

Is this my bug ????



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-13 06:14 UTC] stas@php.net
Fixed in CVS. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC