Hi list!

My config:
- Apache 1.3.20 on win32;
- php 4.0.7-rc3 from php4win.de (thanks Daniel) loaded as a module;
- php.ini is the recommanded one except pathes and 2 extensions
  loaded: gzip and bz2.

My test script:
    <?php
    $var = bzcompress('abcdef123');
    echo bzdecompress($var);
    ?>

It returns.... "-5" !

Thanks for your help,
Loïc

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to