Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74581 invoked by uid 1010); 26 Oct 2003 16:17:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 74557 invoked from network); 26 Oct 2003 16:17:49 -0000 Received: from unknown (HELO vckyb1.nw.wakwak.com) (211.9.230.144) by pb1.pair.com with SMTP; 26 Oct 2003 16:17:49 -0000 Received: from at.wakwak.com (at.wakwak.com [211.9.230.135]) by vckyb1.nw.wakwak.com (Postfix) with ESMTP id 303353FE32; Mon, 27 Oct 2003 01:17:48 +0900 (JST) Received: from at.wakwak.com (z127.220-213-12.ppp.wakwak.ne.jp [220.213.12.127]) by at.wakwak.com (8.12.10/8.12.10/2003-09-30) with SMTP/inet id h9QGHlng056819; Mon, 27 Oct 2003 01:17:48 +0900 (JST) (envelope-from moriyoshi@at.wakwak.com) Date: Mon, 27 Oct 2003 01:17:57 +0900 X-Mailer: EdMax Ver2.85.3F MIME-Version: 1.0 To: Alan Knowles Cc: internals@lists.php.net Message-ID: <20031027011757kA4oD+@at.wakwak.com> Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit In-Reply-To: <3F99F944.602@akbkhome.com> References: <3F99F944.602@akbkhome.com> Subject: Re: [PHP-DEV] [Fwd: [PATCH] to fix Re: #25831 [Ver]: overload/__callbreaks method Pass by reference] From: moriyoshi@at.wakwak.com (Moriyoshi Koizumi) 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 wrote: > 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