|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-01-29 05:14 UTC] sniper@php.net
[2001-01-30 08:43 UTC] cecot at dirbg dot com
[2001-02-01 20:06 UTC] sniper@php.net
[2001-02-02 07:37 UTC] cecot at dirbg dot com
[2001-02-06 06:18 UTC] cecot at dirbg dot com
[2001-02-06 06:21 UTC] cecot at dirbg dot com
[2001-03-04 15:58 UTC] sniper@php.net
[2001-04-10 09:49 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 07:00:01 2025 UTC |
when I enable output_handler = ob_gzhandler in php.ini the system works but on some conditions I do not know which in error-log of the apache comes a lot of SegFaults and even more - the html content of some of the pages. There are also clients who complain that cannot open the pages ('no content' states Netscape) on few other machines which are much heavy loaded and they can't stand output_handler = ob_gzhandler in php.ini that's why we use only on some scripts if (strstr($HTTP_SERVER_VARS['HTTP_ACCEPT_ENCODING'], 'gzip')){ob_start("gzencode");header("Content-Encoding: gzip");} and the same problem happens again