I have the following problem:
For various reasons I have 30 chunks of data that I'm using gzuncompress() on and have 2 servers:
Linux, PHP 5.3.29, zlib 1.2.3
Windows, PHP 5.5.8, zlib 1.2.7.3
- 28 chunks are uncompressed correctly on both servers.
- 1 chunk throws error on both servers (but it's expected).
- 1 chunk throws error ONLY on Linux server.
Can anyone suggest what might be the cause of this and suggest fix that won't require upgrading PHP on Linux server?
Thank you for your help.