mirror of
https://github.com/php/php-src.git
synced 2026-04-26 17:38:14 +02:00
cce0d2f72d
compressed output as with obgzhandler(). @ If zlib.output_compression is enabled and a page is compressed @ a "Vary: Accept-Encoding" header is added. (Stefan) # obgzhandler() sends this header, I think it is recommened by # RFC 2616. If there are problems (e.g. with some browsers) # it should be reverted.