Date: 01/27/01
- Next message: Derick Rethans: "Re: [PHP-DEV] --enable-tiny"
- Previous message: leo <email protected>: "[PHP-DEV] PHP 4.0 Bug #8944 Updated: php.exe crashes for no apparent reason..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Problems with php4.04pl1
Adding this line to php.ini is not enough:
output_handler = ob_gzhandler ;
I had to add:
header("Content-Encoding: gzip");
to PHP files. Then it worked. It is really nice feature and it speeds things
up. But the problem is, as some of you already reported, there is huge
memory leak. I hope it will be fixed soon.
Another thing:
When using gzipped output, it is impossible to use readfile(). Maybe this
function is not using cached output at all?
Regards
Ivan
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Derick Rethans: "Re: [PHP-DEV] --enable-tiny"
- Previous message: leo <email protected>: "[PHP-DEV] PHP 4.0 Bug #8944 Updated: php.exe crashes for no apparent reason..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

