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
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
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
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