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,
- 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
--
PHP Internals -
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