Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11892 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91434 invoked by uid 1010); 4 Aug 2004 09:40:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 89644 invoked from network); 4 Aug 2004 09:40:14 -0000 Received: from unknown (HELO intranet.euneco.com) (194.108.144.38) by pb1.pair.com with SMTP; 4 Aug 2004 09:40:14 -0000 Received: from grafik2 (unknown [192.168.100.94]) by intranet.euneco.com (Postfix) with ESMTP id 4FAFBEBB1 for ; Wed, 4 Aug 2004 11:40:13 +0200 (CEST) Date: Wed, 4 Aug 2004 11:40:19 +0200 X-Mailer: The Bat! (v2.01) Personal X-Priority: 3 (Normal) Message-ID: <183170577390.20040804114019@vrana.cz> To: internals@lists.php.net In-Reply-To: References: <131164997375.20040804100719@vrana.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Document call_time_pass_reference From: vrana@php.net (Jakub Vrana) Derick Rethans wrote: > Erm, no. This is wrong :) allow_call_time_pass_reference just disables > the warning for now. You should just not pass parameters as a reference > but instead specify them as "reference parameter" in the function > declaration. I know this. > Why this is better (except from a cleanliness reason) I can't tell > you. This is what I need to know :-). In php.ini-recommended there is only [Code cleanliness] reason. Jakub Vrana