[EMAIL PROTECTED] wrote:

> Alright, I think I know the problem.
> 
> PHP's gzuncompress uses the Adler-32 checksum at the end of the zlib,
> while Python uses CRC32.
> 
> Why must you follow the standards, PHP!?
> 
> Does anyone know of any workaround?

Are you saying that you've got compressed data in one format by Python
that cannot be uncompressed by PHP because it expects another format?   


/Per Jessen, Zürich

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to