[Fwd: [PATCH] to fix Re: #25831 [Ver]: overload/__call breaks method Pass by reference]

php.internals

Alan Knowles

22 years ago
Can someone have a look at this - it appears to work now. - eg. It runs overloaded classes ok without segfaulting. Regards Alan
-- Edit this bug report at http://bugs.php.net/?id=25831&edit=1 alan_k@php.net wrote: > ID: 25831 > Updated by: alan_k@php.net > Reported By: viking at dslnorthwest dot net > Status: Verified > Bug Type: Scripting Engine problem > Operating System: all > PHP Version: 4.3.4RC2-dev > New Comment: -- Can you help out? Need Consulting Services or Know of a Job? http://www.akbkhome.com -- Can you help out? Need Consulting Services or Know of a Job? http://www.akbkhome.com

Moriyoshi Koizumi

22 years ago
Hi Alan, I've been investigating this problem, but still no luck even with your patch. It almost looks like pass-by-reference on call_user_function() isn't allowed in the current engine framework... (runtime pass-by-referenceis still possible though) Moriyoshi Alan Knowles <alan@akbkhome.com> wrote: