views:

9

answers:

0

Environment: Linux / MySQL / PHP

Problem: While connected to a webservice, I am getting a response that is compressed with the SharpZipLib .NET library. As of yet, I have not been able to find a way to decompress these responses outside of a .NET environment.

Does anyone know a way to decompress this in a linux/php environment? Thanks!