Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43103 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59447 invoked from network); 19 Feb 2009 05:34:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Feb 2009 05:34:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=ericleestewart@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ericleestewart@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.237 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ericleestewart@gmail.com X-Host-Fingerprint: 209.85.198.237 rv-out-0506.google.com Received: from [209.85.198.237] ([209.85.198.237:9894] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C1/EB-19120-45FEC994 for ; Thu, 19 Feb 2009 00:34:13 -0500 Received: by rv-out-0506.google.com with SMTP id b25so239281rvf.23 for ; Wed, 18 Feb 2009 21:34:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=QQIIqRxOGFNUx4/Jcol6tAfGwqIPhgfWct6gzzjJJjM=; b=UnWGn95F4dA1zvlcvxIsm1EcIQdP/xxCTPmmTuIaEE6Rt6H4a+KhDrARsrIpWwFKhM oVqxqBRP0EdQQtvdTLIGDeNggUpsqVEUi1lS8xz7MDmT0IdyP7GL4DKVshlPcEti+CO8 2/300ZoNK2JCtZeYI+hrNNWrGsVifZAXIH4b8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aSNeSRh7tg1KLRfPyJr2RhwmRo+LQlilt+P0rnJP3M8xI7hddDp+WJPdEarMr48FLM xDRiiSaeCvfiQnt5lJ7M0Qzje0lfpNVXsEip5bfVt7TiQ0oVh/MbNV+pBC1kzeircp3E h0EB3H7NpxRJuTdvKVvqjIsv+jQjQKhul624s= MIME-Version: 1.0 Received: by 10.142.234.16 with SMTP id g16mr760198wfh.264.1235021650132; Wed, 18 Feb 2009 21:34:10 -0800 (PST) Date: Thu, 19 Feb 2009 00:34:10 -0500 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=000e0cd24262beffe904633ee2fc Subject: Vote: allow_call_time_pass_reference value in production INI From: ericleestewart@gmail.com (Eric Stewart) --000e0cd24262beffe904633ee2fc Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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) Eric Lee Stewart --000e0cd24262beffe904633ee2fc--