Fwd: [PHP] output compression when host has disabled mod_deflate, mod_gzip and php_value auto_prepend_file

2012-09-26 Thread tamouse mailing lists
Crikey, forgot to include the list. -- Forwarded message -- From: tamouse mailing lists Date: Wed, Sep 26, 2012 at 1:57 AM Subject: Re: [PHP] output compression when host has disabled mod_deflate, mod_gzip and php_value auto_prepend_file To: edward eric pedersson On Fri, Sep

[PHP] output compression when host has disabled mod_deflate, mod_gzip and php_value auto_prepend_file

2012-09-21 Thread edward eric pedersson
Hi My host, Host Papa (yes, they are rubbish) has disabled mod_deflate, mod_gzip and php_value auto_prepend_file so can't use them in .htaccess file. I would move host but I did not realise this was the case until I wanted to make use of them. I am tied in for three years so need to find a workaro

[PHP] Output Compression issue (a bit long/rantish, but looking for ideas to fix)

2004-08-22 Thread Gerard Samuel
Ok, I know what it does, but Im currently trying to track some "oddity" down. My script works fine when output compression is turn off (its off in php.ini, and ob_start('gz_handler') is not being used. If I turn on compression via ob_start('gz_handler'), I get sporadic problems with page loading

[PHP] output compression and ETags

2003-09-10 Thread Thomas van Gulick
I can't get output compression and ETags to work at the same time on most Internet Explorer browsers. Is it at all possible to combine etags and output compression? I've tested it using this very small php script: CUT HERE: etag.php AA AA

Re: [PHP] output compression and MSIE

2003-07-09 Thread Mario Oberrauch
> Hi, > > I'm shocked. It seems it works! However.. My pages without forcing ISO > 8559-2 don't look good. What to use instead so? Hi, You could try leaving the line an and add content-encoding headers like this (or an equiv. header() statement) Haven't tried that, but i see a chance that it

Re[2]: [PHP] output compression and MSIE

2003-07-09 Thread sebab
Hi, I'm shocked. It seems it works! However.. My pages without forcing ISO 8559-2 don't look good. What to use instead so? -- Best regards, Sebastian Tuesday, July 8, 2003, 3:55:43 PM, you wrote: MO> [snip] >> My looks like that - nothing special.. >> >> >> >> Some title >> >> > src="/javas

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
[snip] > My looks like that - nothing special.. > > > > Some title > > > [/snip] sorry list for the mess in this thread. got somewhat wrong. try to take the following line out: (modifing to output correct type would be even better) regards mario -- PHP General Mailing List (http://ww

Re[3]: [PHP] output compression and MSIE

2003-07-08 Thread sebab
Hello once more, Tuesday, July 8, 2003, 3:25:31 PM, you wrote: MO> Hello too, MO> Well yes, IE is not that wrong this time (though it changes nothing at all :)) MO> Take a look into the - section of your document, maybe there is MO> some content-encoding sent or your apache config (maybe some de

Re[2]: [PHP] output compression and MSIE

2003-07-08 Thread sebab
Hello, Good to see someone else met that "feature" of MS Internet Exploder ;) At really I don't put any headers with content info. Only headers are: header ('Last-Modified: '.gmdate("D, d M Y H:i:s").' GMT'); header ('Expires: '.gmdate("D, d M Y H:i:s").' GMT'); header ('Cache-Control: no-cac

Re: [PHP] output compression and MSIE

2003-07-08 Thread Mario Oberrauch
> Hello, > > I've found problem with MSIE showing sometimes blank page when > compression is turned on (no matter using zlib.output_compression or > gzip handler). I've found that happens when page is <=4096 bytes long > (output in HTML). And this suggested me to try to change buffer size > for co

[PHP] output compression and MSIE

2003-07-08 Thread sebab
Hello, I've found problem with MSIE showing sometimes blank page when compression is turned on (no matter using zlib.output_compression or gzip handler). I've found that happens when page is <=4096 bytes long (output in HTML). And this suggested me to try to change buffer size for compression (for

[PHP] Output Compression stops working after a while

2003-02-12 Thread Zavier Sheran
I enabled output comression in php.ini with zlib.output_compression = On zlib.output_compression_level = -1 also, I loaded the gzip module in httpd.conf with LoadModule gzip_module modules/mod_gzip-1.3.19.1a.so Now, when I restart Apache, I get compressed output. But after an hour or so Apache

[PHP] output compression

2002-11-18 Thread Chris Mason
I've enabled output buffering in php.ini with output_buffering = On output_handler = ob_gzhandler I have had one user in the UK email and say their browser is crashing, has anyone seen this with output compression? Any other comments about using ob_gzhandler? Chris Mason [EMAIL PROTECTED] Box

[PHP] Output Compression & output buffering..

2002-08-26 Thread Gerard Samuel
In an included file, I have an error handler that is using the 'output buffering' trick to dump a page in progress to display the error page. I also happened to have a switch to turn on output compression. When output compression is on, if an error is comitted while the page is displaying, I get

[PHP] output compression and imp 2.x not working under IE

2002-01-05 Thread Robert Mena
Hi, I've recently upgraded my server to php 4.1.1 and turned on the output compression under php.ini. For some browsers (IE 5/5.5 so far) it made imp stop working. Does anybody know if this is a "limitation" of php, imp or explorer ? Anyone has tried that with the latest imp/horde ? thanks. __