Hi

Having followed the thread on compression, I found that rebol uses gzip. Fine, 
I figured. PHP supports that too.

I'm trying to post compressed data via http to a php page using rebol's 
internal compression scheme, which php should decompress and send into a 
database, thus having rebol access a remote sql database that way.

Did anyone make rebol's compress match the one used in gzcompress() with php? 
It seems they produce slightly different binaries. I've tried different 
compression levels with php, but rebol barfs on the data sent from php to 
rebol when trying to decompress it.
I haven't tried it the other way yet.

-- 
Regards,
Henrik Mikael Kristensen
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to