Re: [PHP] Decompressing a string with zlib problems

2005-10-28 Thread Jochem Maas
you have another problem - in that all these very specific strings that you are posting could very well be being mangled in someway because of the mail transport. in fact I doubt it comes thru in way that makes it testable at all. it doesn't help that googling for 'dcomzlib' brings up your own

Re: [PHP] Decompressing a string with zlib problems

2005-10-28 Thread Robin Vickery
On 10/28/05, Graham Anderson [EMAIL PROTECTED] wrote: I am having problems decompressing a zlib'd string located in a file. In the file headers, the compression says that it is zlib. But, when I 'gzinflate' the string, I get the error: gzinflate(): data error in b Is the below NOT a zlib

Re: [PHP] Decompressing a string with zlib problems

2005-10-28 Thread Graham Anderson
Well, maybe QT has a very wacked out version of zLib ? This is what I sent to the Quicktime API list: //-- -- Ok, here we go :) Isn't looking through reams of hex data a blast ? Kind of like a hot poker in the eye

[PHP] Decompressing a string with zlib problems

2005-10-27 Thread Graham Anderson
I am having problems decompressing a zlib'd string located in a file. In the file headers, the compression says that it is zlib. But, when I 'gzinflate' the string, I get the error: gzinflate(): data error in b Is the below NOT a zlib or some strange variant ? anyone know ? g ?php