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

Please try using this CVS snapshot:

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




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

[2005-11-17 19:18:23] [EMAIL PROTECTED]

Warning:
fopen(compress.bzip2://http://pt.php.net/backend/notes/all.bz2): failed
to open stream: Invalid argument in C:\Documents and Settings\Nuno\- on
line 3

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

[2005-07-01 16:08:32] [EMAIL PROTECTED]

Yes, I'm using the binaries from snaps.php.net
BTW, my builds work :) (on cygwin, as I don't have the MSVC)

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

[2005-07-01 09:41:02] [EMAIL PROTECTED]

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

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

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

[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