From:             [EMAIL PROTECTED]
Operating system: all
PHP version:      5CVS-2004-08-04 (dev)
PHP Bug Type:     Bzip2 Related
Bug description:  compress.bzip2 wrapper

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

-- 
Edit bug report at http://bugs.php.net/?id=29521&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29521&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29521&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29521&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29521&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29521&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29521&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29521&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29521&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29521&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29521&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29521&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29521&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29521&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29521&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29521&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29521&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29521&r=float

Reply via email to