ID:               17300
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Bogus
+Status:           Open
 Bug Type:         Bzip2 Related
 Operating System: Win32 (W2K.Srvr w/SP2&SRP1)
 PHP Version:      4.2.1
 New Comment:

reopen


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

[2002-05-25 21:10:35] [EMAIL PROTECTED]

Here's the "big" Code :

[Code]

if (@function_exists('bzcompress'))
{
$file_ext .= '.bz2'; $file_mime_type = 'application/x-bzip';
$file_contents = bzcompress($file_contents,9);
}
        else { $file_mime_type = 'application/x-csv'; }

[/Code]

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

[2002-05-25 06:45:38] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.




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

[2002-05-17 20:12:45] [EMAIL PROTECTED]

bzcompress outs negative numbers (err codes ?) !

no matter whatever data length or type, blocksize or workfactor you may
feed it with , the result is the same "-8" ...

i've searched the bug db before reporting and saw that you've marked
this issue "closed" , and even moreover - that this extension seems
problematic since 4.0.4 (almost since it've ever existed ...) !

could you plz fix (& stabilize ?) this extension at once ?

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


-- 
Edit this bug report at http://bugs.php.net/?id=17300&edit=1

Reply via email to