PHP 8.4.24 Released!

Voting

: four minus four?
(Example: nine)

The Note You're Voting On

giunta dot gaetano at sea-aeroportimilano dot it
19 years ago
Take care that that "PHP deflate" != "HTTP deflate".

The deflate encoding used in HTTP is actually zlib encoded.

This is what PHP functions return:
gzencode() == gzip
gzcompress() == zlib (aka. HTTP deflate)
gzdeflate()  == *raw* deflate encoding

<< Back to user notes page

To Top