Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38041 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 81495 invoked from network); 1 Jun 2008 10:29:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2008 10:29:31 -0000 Authentication-Results: pb1.pair.com header.from=mark@dynom.nl; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mark@dynom.nl; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain dynom.nl does not designate 85.92.132.6 as permitted sender) X-PHP-List-Original-Sender: mark@dynom.nl X-Host-Fingerprint: 85.92.132.6 smtp1.duximus.nl Linux 2.5 (sometimes 2.4) (4) Received: from [85.92.132.6] ([85.92.132.6:50570] helo=smtp1.duximus.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/C0-54820-80A72484 for ; Sun, 01 Jun 2008 06:29:29 -0400 Received: by smtp1.duximus.nl (Postfix, from userid 501) id AD4A4B0321D; Sun, 1 Jun 2008 12:29:19 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.9 (2007-02-13) on dux03.duximus.nl X-Spam-Level: X-Spam-Status: No, score=-2.5 required=1.8 tests=AWL,BAYES_00 autolearn=ham version=3.1.9 Received: from localhost (dux03.duximus.nl [127.0.0.1]) by smtp1.duximus.nl (Postfix) with ESMTP id 1E962B0321C; Sun, 1 Jun 2008 12:29:16 +0200 (CEST) X-Virus-Scanned: amavisd-new at duximus.nl Received: from smtp1.duximus.nl ([127.0.0.1]) by localhost (dux03.duximus.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id r8ubjUlVvZ6b; Sun, 1 Jun 2008 12:29:14 +0200 (CEST) Received: from dux05.duximus.nl (unknown [85.92.132.30]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp1.duximus.nl (Postfix) with ESMTP id 4C483B03219; Sun, 1 Jun 2008 12:29:14 +0200 (CEST) Received: from localhost ([127.0.0.1] helo=[192.168.0.52]) by dux05.duximus.nl with esmtpa (Exim 4.60) (envelope-from ) id 1K2koR-0002bi-PD; Sun, 01 Jun 2008 12:29:19 +0200 Message-ID: <484279FF.4020104@dynom.nl> Date: Sun, 01 Jun 2008 12:29:19 +0200 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: Derick Rethans CC: Steph Fox , internals References: <012701c8bb44$68f8b880$4401a8c0@foxbox> In-Reply-To: X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RFC: allow_call_pass_by_reference From: mark@dynom.nl (Mark van der Velden) Derick Rethans wrote: > On Wed, 21 May 2008, 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 > > I don't think we should get rid of it, or add a notice/message/whatever. > Because this: > > http://pastebin.com/d6e055957 This pastebin expired, but is the same as: http://pastebin.com/f1d8c08e8 and: http://bugs.php.net/bug.php?id=45126 > > could not be done without call time pass by ref right now. So unless > that's fixed, we shouldn't deprecate it. > > regards, > Derick > - Mark