Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:38259 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63482 invoked from network); 15 Jun 2008 18:34:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2008 18:34:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=felipensp@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=felipensp@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.250 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: felipensp@gmail.com X-Host-Fingerprint: 209.85.132.250 an-out-0708.google.com Received: from [209.85.132.250] ([209.85.132.250:46222] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 47/2A-06776-9A065584 for ; Sun, 15 Jun 2008 14:34:18 -0400 Received: by an-out-0708.google.com with SMTP id c14so987606anc.1 for ; Sun, 15 Jun 2008 11:34:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=0DRsLPkZwKJuzNQcEnS5ZXGpAXYaqjHx/PyTnJg5JCY=; b=F1LIE92yOLPoMJMpVsf5ClWRBqAcWxaeFTy1tiwlkjrGMdQtiYUg7SO75JtIfUZkL3 7Ma5FrmYsJhu7eICW0lxjJXcvAvvLlY79lQWxIFekNcH0AV26D2868lnAL9wUpy9ysqF /gLLR2ekhIrLzaAaKjA4t7886P2R6ic5Urztg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=btWZCFs3yolqZiZeXL3lV98M9ilW2Xy6qhnRQwNKc6iUVypSvViGyQAruLq9aqJpgE K3c7su9aGe3e5FvdGDUhJZWXL2yAwFs1PMqUGN6yeJRScOw5wiTwg+XbYxf8CgPs8bGN mt2aw9a1xXO3aK4mPt8ASIhWAlC7Rlg5QLTig= Received: by 10.100.139.20 with SMTP id m20mr7164639and.77.1213554855214; Sun, 15 Jun 2008 11:34:15 -0700 (PDT) Received: from ?189.24.35.58? ( [189.24.35.58]) by mx.google.com with ESMTPS id 6sm8222420ywc.8.2008.06.15.11.34.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Jun 2008 11:34:14 -0700 (PDT) To: Steph Fox Cc: internals , Dmitry Stogov , Johannes Schlueter In-Reply-To: <008b01c8cee9$424af690$4401a8c0@foxbox> References: <007c01c8cee6$8fd5c2d0$4401a8c0@foxbox> <008b01c8cee9$424af690$4401a8c0@foxbox> Content-Type: text/plain; charset=utf-8 Date: Sun, 15 Jun 2008 15:34:07 -0300 Message-ID: <1213554847.5926.2.camel@pena> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Back to call_time_pass_reference - backport PHP 6 behaviour? From: felipensp@gmail.com (Felipe Pena) Hi Em Dom, 2008-06-15 às 14:10 +0100, Steph Fox escreveu: > That wasn't very clear, sorry... > > The logic in HEAD gives nice, sane warnings. The logic in 5_3 gives the same > warning for everything, e.g: > > Deprecated: Call-time pass-by-reference has been deprecated; If you would > like to pass it by reference, modify the declaration of call_user_func()... > > It just doesn't make a lot of sense to keep a warning that tells users to > modify the declaration of internal functions, IMHO. > Indeed. Backported to 5_3 and 5_2. -- Regards, Felipe Pena.