ID:               29521
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Bzip2 Related
 Operating System: win32 only
 PHP Version:      5CVS-2005-03-01
 Assigned To:      iliaa
 New Comment:

win32 snapshots aren't beeing built, because of
"'c:\WINNT\TEMP\a01144ex': No space left on device" :)


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

[2005-06-27 23:58:24] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip



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

[2005-03-01 17:21:57] [EMAIL PROTECTED]

works on linux but not on windows..

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

[2004-08-04 13:17:36] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=29521&edit=1

Reply via email to