Michael Wallner wrote: > I think it would be best for all of us to go the more robust route > and make unicode.semantics only changeable in php.ini.
I actually think that I'm currently experiencing a problem related to this issue. The new output control code supports aliases, i.e. one can start internal handlers with the ob_start() function. Those aliases are maintained in a HashTable filled at MINIT, but UG(unicode) is always 0 at MINIT, so ob_start("ob_gzhandler") won't work if unicode.semantics is enabled and respectively ob_start(b"ob_gzhandler") works only. Regards, -- Michael -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php