Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43119 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59784 invoked from network); 19 Feb 2009 15:18:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2009 15:18:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.200.172 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.200.172 wf-out-1314.google.com Received: from [209.85.200.172] ([209.85.200.172:48780] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F8/D2-42696-7387D994 for ; Thu, 19 Feb 2009 10:18:16 -0500 Received: by wf-out-1314.google.com with SMTP id 23so463116wfg.26 for ; Thu, 19 Feb 2009 07:18:13 -0800 (PST) Received: by 10.142.242.11 with SMTP id p11mr4324681wfh.234.1235056693145; Thu, 19 Feb 2009 07:18:13 -0800 (PST) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id 20sm1678294wfi.12.2009.02.19.07.18.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 19 Feb 2009 07:18:12 -0800 (PST) Message-ID: <499D7831.8060104@chiaraquartet.net> Date: Thu, 19 Feb 2009 09:18:09 -0600 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Eric Stewart CC: internals@lists.php.net References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Vote: allow_call_time_pass_reference value in production INI From: greg@chiaraquartet.net (Greg Beaver) Eric Stewart wrote: > We seem to have a split opinion on what the production INI value for > allow_call_time_pass_reference should be. > > As I understand it, this does not enable or disable the ability to pass > references at call time. It only enables or disables PHP's warnings about > this behavior. > > I currently have it set to On because I feel a production server should not > be issuing deprecation type warnings, that is definitely a function for > development servers. But PHP and these INIs belong to us all and I feel the > opinion of the community majority should make this decision. So lets have a > vote. > > allow_call_time_pass_reference = On (Suppress Warnings) > > or > > allow_call_time_pass_reference = Off (Issue Warnings) +1 Greg