PHP6 output control layer status

php.internals

Michael Wallner

20 years ago
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

Andrei Zmievski

20 years ago
> - 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

Michael Wallner

20 years ago
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