Re: [PHP-DEV] Re: RFC: internal class' static properties

2005-08-09 Thread Michael Wallner
Marcus Boerger schrieb: regarding static props the solution is to define another hash table in the class_entry that holdes the initial values for the static variables. During minit these would be copied to the used hash table, done. But even though the solution is pretty easy i do not know if we

Re: [PHP-DEV] Re: RFC: internal class' static properties

2005-08-09 Thread Andi Gutmans
Hi Michael, I agree that this might be the right way to resolve the current issues. I mentioned it to Marcus at OSCON. Andi At 02:19 PM 8/9/2005 +0200, Michael Wallner wrote: I wrote: > Therefore I'd suggest changing that so that they'll be > initialized and destructed for each request, whi

Re: [PHP-DEV] Re: RFC: internal class' static properties

2005-08-09 Thread Marcus Boerger
Hello Michael, Tuesday, August 9, 2005, 2:19:25 PM, you wrote: > I wrote: >> Therefore I'd suggest changing that so that they'll be >> initialized and destructed for each request, which means >> that there will need to be some form of hooks, which > Let me change that part... :) > There's no n