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
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: 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

Pull Requests

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: Sat Dec 21 18:01:29 2024 UTC