Re: [PHP-DEV] extract(EXTR_REFS) and pass-by-reference

2005-01-05 Thread Moriyoshi Koizumi
On 2005/01/05, at 1:31, Andi Gutmans wrote: At 06:26 PM 1/4/2005 +0900, Moriyoshi Koizumi wrote: On 2005/01/02, at 21:23, Marcus Boerger wrote: while i tried to improve performance of the array functions i developed a new pass type - pass as const which doesn't touch the passed variable at all an

Re: [PHP-DEV] extract(EXTR_REFS) and pass-by-reference

2005-01-04 Thread Andi Gutmans
At 06:26 PM 1/4/2005 +0900, Moriyoshi Koizumi wrote: On 2005/01/02, at 21:23, Marcus Boerger wrote: while i tried to improve performance of the array functions i developed a new pass type - pass as const which doesn't touch the passed variable at all and is compatible with temp vars, too. Maybe you

Re: [PHP-DEV] extract(EXTR_REFS) and pass-by-reference

2005-01-04 Thread Moriyoshi Koizumi
On 2005/01/02, at 21:23, Marcus Boerger wrote: while i tried to improve performance of the array functions i developed a new pass type - pass as const which doesn't touch the passed variable at all and is compatible with temp vars, too. Maybe your problem here is a reason to really implement that

Re: [PHP-DEV] extract(EXTR_REFS) and pass-by-reference

2005-01-02 Thread Marcus Boerger
Hello Moriyoshi, Hello Andi Sunday, January 2, 2005, 7:35:05 AM, you wrote: > Hi there, > I'm now looking into the three extract() bugs related to > each other, namely bug #25708, bug #29493 and bug #31213. > It turned out after all that these problems are caused > by a inevitable zval separati