ID:               36857
 User updated by:  fcicqbbs at gmail dot com
 Reported By:      fcicqbbs at gmail dot com
 Status:           Closed
 Bug Type:         HTTP related
 Operating System: windows xp
 PHP Version:      5.1.2
 New Comment:

thanks.....
i found 36857 in php5.1.3....
http://www.fcicq.net/wp/


Previous Comments:
------------------------------------------------------------------------

[2006-03-26 19:13:03] [EMAIL PROTECTED]

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.



------------------------------------------------------------------------

[2006-03-25 14:29:38] fcicqbbs at gmail dot com

Description:
------------
readfile() problem(stream used)
stream functions do not support HTTP 1.1 206 Partial Content.


Reproduce code:
---------------
$context=array('http' => array ('header'=> 'Range: bytes=1024-', ),);
$xcontext = stream_context_create($context);
readfile('http://localhost/1.mp3',0,$xcontext);
//the file is exist,if I don't use $xcontext,the code works well.

Expected result:
----------------
I want to get the Partial Content from 1024 byte to the end of the
file
It says:
[function.readfile]: failed to open stream: HTTP request failed!
HTTP/1.1 206 Partial Content



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=36857&edit=1

Reply via email to