update page now
Longhorn PHP 2026 - Call For Papers

Voting

: max(eight, four)?
(Example: nine)

The Note You're Voting On

RLG
20 years ago
If you are using mod_gzip or mod_deflate to compress HTML output, you're not able to send partial file to the browser....

To disable mod_deflate in PHP (if needed), you can tell Apache with this :

apache_setenv('no-gzip', '1');

<< Back to user notes page

To Top