Search code examples
phpweb-servicessharpziplib

Is it possible to decompress SharpZipLib compressed response via PHP?


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!


Solution

  • I ended up using another web service provided that provided a non-compressed response. However the information above was useful, just not for this specific problem.