|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-03-01 17:21 UTC] nlopess@php.net
[2005-07-01 09:41 UTC] sniper@php.net
[2005-07-01 16:08 UTC] nlopess@php.net
[2005-11-17 19:18 UTC] nlopess@php.net
[2007-01-12 16:45 UTC] iliaa@php.net
[2007-01-12 22:10 UTC] nlopess@php.net
[2007-08-04 21:03 UTC] jani@php.net
[2007-08-05 18:17 UTC] phofstetter at sensational dot ch
[2007-08-10 11:41 UTC] nlopess@php.net
[2008-11-30 22:46 UTC] pajoye@php.net
[2010-06-13 14:58 UTC] felipe@php.net
-Assigned To: nlopess
+Assigned To: iliaa
[2010-06-13 14:58 UTC] felipe@php.net
[2010-06-30 13:22 UTC] iliaa@php.net
-Status: Assigned
+Status: Feedback
[2010-06-30 13:22 UTC] iliaa@php.net
[2011-06-01 12:02 UTC] iliaa@php.net
-Status: Feedback
+Status: No Feedback
[2011-06-01 12:02 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 21:00:01 2025 UTC |
Description: ------------ I can't use the compress.bzip2 wrapper. Can you please check my code above? Reproduce code: --------------- <? $fp=fopen('compress.bzip2://http://php.net/backend/notes/all.bz2', 'r'); while (!feof($fp)) { echo fgets($fp, 4096); } fclose($fp); ?> Actual result: -------------- Warning: fopen() 1137 bytes of buffered data lost during stream conversion! in /cvs/livedocs/test_bz.php on line 3