Re: [PECL-DEV] Interesting APC behaviour

2012-10-29 Thread Rasmus Lerdorf
On 10/29/2012 06:57 AM, Gopal Vijayaraghavan wrote: >>> I've found that it behaves rather inconsistently when people start >>> returning values from scripts. >>> >>> >> function f($a = array(1)) { return $a; } >>> return f(); >>> >>> has been a suspect case for some segvs. >> >> Sorry, I didn't und

Re: [PECL-DEV] Interesting APC behaviour

2012-10-29 Thread Gopal Vijayaraghavan
>> I've found that it behaves rather inconsistently when people start >> returning values from scripts. >> >> > function f($a = array(1)) { return $a; } >> return f(); >> >> has been a suspect case for some segvs. > > Sorry, I didn't understand. Do you mean my change to include_once > override is c