Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37781 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86107 invoked from network); 21 May 2008 14:13:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 May 2008 14:13:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=hsantos@isdg.net; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hsantos@isdg.net; sender-id=pass Received-SPF: pass (pb1.pair.com: domain isdg.net designates 208.247.131.9 as permitted sender) X-PHP-List-Original-Sender: hsantos@isdg.net X-Host-Fingerprint: 208.247.131.9 ntbbs.winserver.com Windows NT 4.0 (older) Received: from [208.247.131.9] ([208.247.131.9:2926] helo=winserver.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4C/A9-33305-CFD24384 for ; Wed, 21 May 2008 10:13:16 -0400 Received: from mail.winserver.com ([208.247.131.9]) by winserver.com (Wildcat! SMTP Router v6.3.452.5) for internals@lists.php.net; Wed, 21 May 2008 10:12:12 -0400 Received: from hdev1 ([65.9.115.162]) by winserver.com (Wildcat! SMTP v6.3.452.5) with ESMTP id 231666046; Wed, 21 May 2008 10:12:12 -0400 Message-ID: <48342DB7.2020108@isdg.net> Date: Wed, 21 May 2008 10:12:07 -0400 Organization: Santronics Software, Inc. User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Steph Fox CC: internals References: <012701c8bb44$68f8b880$4401a8c0@foxbox> In-Reply-To: <012701c8bb44$68f8b880$4401a8c0@foxbox> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: allow_call_pass_by_reference From: hsantos@isdg.net (Hector Santos) Steph Fox wrote: > I looked into it again (and found things I didn't know before). This > one's bugging me enough that I braved the Wiki: > > http://wiki.php.net/rfc/calltimebyref > It has: | Proposal | | Switch allow_call_time_pass_reference off by default in PHP_5_3 | branch. At present there is no warning when running PHP under default | settings, whereas in PHP 6 there will be a 'deprecated' warning given | and no means of turning it off. We will be switching it on for our extension requirements. It would be nice if it can be turned on in the [extension] section and the PHP parser would enabled it per the extension's API call only and not others. -- Hector Santos