Re: [PHP-DEV] [PATCH] Late Static Binding (Take 2)

2006-03-30 Thread Michael Lively Jr.
I took a quick glance through it and it mostly makes sense to me. If anyone could clear up a question when time permits: I don't fully understand why both executor_globals and and execute_data are used to store the caller_scope pointer. I almost had a finished another patch myself using EG() b

Re: [PHP-DEV] [PATCH] Late Static Binding (Take 2)

2006-03-30 Thread Michael Lively Jr.
I almost had a finished another patch myself using EG() but I had to take a break to pay my bills :/. Thanks for looking at this Dmitry. I will go ahead and put together a more exhaustive use case for this over the weekend. Would you like to add (modify) something to my patch? No,