|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-21 02:12 UTC] sniper@php.net
[2001-11-11 06:42 UTC] sander@php.net
[2001-11-27 15:17 UTC] lolo at phpheaven dot net
[2001-12-15 07:53 UTC] lolo at phpheaven dot net
[2001-12-15 08:15 UTC] lolo at phpheaven dot net
[2002-01-27 00:48 UTC] sterling@php.net
[2002-02-05 06:48 UTC] lolo at phpheaven dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 13:00:01 2025 UTC |
Hi All! Here is a little script to reproduce the bug: <?php $var = bzcompress('abcdef123'); echo $var . '<br />' . "\n"; echo bzdecompress($var); ?> It returns: -8 -5 My config: - Apache 1.3.20 on Win98-SE; - php-4.0.7-rc3 or php-4.0.8-dev (latest build from php4win.de) loaded as an Apache module; - php.ini is the recommended one except pathes and two extensions loaded: php_bz2.dll and php_zlib.dll. Kind regards, Lo?c