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

Ilia, it doesn't work! help! :)

Nuno: You ARE using the binary snapshot, right? And not trying to build
it yourself from sources..?


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

[2005-06-30 12:52:53] [EMAIL PROTECTED]

Still doesn't work.

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

[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