Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55895 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16453 invoked from network); 22 Oct 2011 09:36:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Oct 2011 09:36:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=quickshiftin@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=quickshiftin@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.214.42 as permitted sender) X-PHP-List-Original-Sender: quickshiftin@gmail.com X-Host-Fingerprint: 209.85.214.42 mail-bw0-f42.google.com Received: from [209.85.214.42] ([209.85.214.42:33251] helo=mail-bw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2B/D0-09529-2AE82AE4 for ; Sat, 22 Oct 2011 05:36:36 -0400 Received: by bkbzv15 with SMTP id zv15so6012519bkb.29 for ; Sat, 22 Oct 2011 02:36:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=IjlaTIW701udxeBpOrj0+Xv2PrZI6T4EimA8BWmiHIM=; b=XMsrquMEdqJIW60XZejA1393lHvcawsWTmpWVkvchOW5rpi5uMTV6R2jg3CKmf1kdS MGqARdc2QF0A7SQe/frFDo/kbpc7tibbU9ceTwb4u124tqbgoEBbKdsTvzdh4rUeqWqY VWRBy3S2NKghkg/jrJbRHOiKrf1QyhU76u+wM= MIME-Version: 1.0 Received: by 10.204.140.78 with SMTP id h14mr12798146bku.29.1319276190965; Sat, 22 Oct 2011 02:36:30 -0700 (PDT) Received: by 10.204.35.205 with HTTP; Sat, 22 Oct 2011 02:36:30 -0700 (PDT) Date: Sat, 22 Oct 2011 03:36:30 -0600 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=0015174a0fd4b9211004afdfec7e Subject: Revisit: zend_call_method() - n number of arguments From: quickshiftin@gmail.com (Nathan Nobbe) --0015174a0fd4b9211004afdfec7e Content-Type: text/plain; charset=UTF-8 Hi, Another old issue I'd like to rehash with the upcoming release around the corner [1]. I patched 5.4 alpha2 for review [2]. Seems like the most appropriate time for a patch of this nature is during a major release, per the previous conversation. According to Marcus the patch is reasonable: "I explained to him the exact terms under which he can add the function. And his patch actually followed these terms as far as I could see." Would definitely help keep my PureMVC extension a little cleaner, if I ever get around to finishing it :) [1] http://marc.info/?l=php-internals&m=123493017101177&w=2 [2] http://pastebin.com/zygKe9Y5 thanks, -nathan --0015174a0fd4b9211004afdfec7e--