php-general | 2001122
Date: 12/20/01
- Next message: bill: "[PHP] Need another verse"
- Previous message: Alawi: "[PHP] How can I have CVS ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi
The way output buffering and output compression work, all the output is
buffered until script termination, at which point it's compressed and then
all sent to the browser.
Is there any way having it compressed but not buffering it? gzip is a stream
based algorithm, so there shouldn't be any problem theoretically.
I imagine mod_gzip would help in this respect - but I'd like it to be
switched on and off within PHP.
Anyone know a nice way of doing this?
Thanks
-- Shane-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: bill: "[PHP] Need another verse"
- Previous message: Alawi: "[PHP] How can I have CVS ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

