Re: [PHP-DEV] Bug 61272

2012-12-06 Thread Yasuo Ohgaki
2012/11/29 Michael Wallner : > On 29 November 2012 08:00, Yasuo Ohgaki wrote: >> However, new code encapsulate output globals. (I mean internally) >> It would be nice for my extension if output globals are exposed. > > This was changed intentionally, why would you need OG what the API > does not p

Re: [PHP-DEV] Bug 61272

2012-11-29 Thread Michael Wallner
On 29 November 2012 08:00, Yasuo Ohgaki wrote: > I recently looked into new output code in PHP 5.4. > It's MUCH nicer than older code. Good job! Appreciated! > However, new code encapsulate output globals. (I mean internally) > It would be nice for my extension if output globals are exposed. T

Re: [PHP-DEV] Bug 61272

2012-11-28 Thread Yasuo Ohgaki
Hi, Slightly related topic. I recently looked into new output code in PHP 5.4. It's MUCH nicer than older code. Good job! However, new code encapsulate output globals. (I mean internally) It would be nice for my extension if output globals are exposed. Exposing output global is not mandatory, tho

[PHP-DEV] Bug 61272

2012-11-25 Thread Casper Langemeijer
Hi all, Somewhere in May this year I discovered that our software would not run on PHP 5.4 because of changed behaviour of ob_start(). I discovered a bugreport that was marked 'Not a bug', but valuable info was already added to it. I contacted Michael Wallner (mike) directly because he marked