Re: [PHP-DEV] PHP6 output control layer status

2006-09-06 Thread Michael Wallner
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,

Re: [PHP-DEV] PHP6 output control layer status

2006-09-06 Thread Andrei Zmievski
- 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 -

[PHP-DEV] PHP6 output control layer status

2006-09-04 Thread Michael Wallner
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