Hi,
after re-implementing the output handler of ext/zlib I'm quite
satisfied and think the majority of the output API is fine now.
I still need to test it as web server module, though.
Did anybody already run PHP6 that way?
Remaining output handlers:
- ob_tidyhandler: looks very easy, anyone?
- mb_output_handler: obsolete?
- ob_iconvhandler: obsolete?
- URL-Rewriter: no idea yet whether/how to upgrade this one
Regards,
Michael
- mb_output_handler: obsolete?
- ob_iconvhandler: obsolete?
While unicode.output_encoding does obsolete these handlers, it is only
turned on when unicode.semantics=on. I think we need to keep these for
those who will not turn on the Unicode mode.
-Andrei
Andrei Zmievski wrote:
- mb_output_handler: obsolete? - ob_iconvhandler: obsolete?
While unicode.output_encoding does obsolete these handlers, it is only
turned on when unicode.semantics=on. I think we need to keep these for
those who will not turn on the Unicode mode.
Ah, I didn't think of this scenario.
Thanks,
Michael