Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] More gz compression

From: henrik:webz:dk at: 22-Jul-2002 4:02

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