Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:36823 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79464 invoked from network); 6 Apr 2008 18:34:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Apr 2008 18:34:28 -0000 Authentication-Results: pb1.pair.com header.from=m@digitalsandwich.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=m@digitalsandwich.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain digitalsandwich.com does not designate 72.14.220.159 as permitted sender) X-PHP-List-Original-Sender: m@digitalsandwich.com X-Host-Fingerprint: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:1771] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/74-54002-0B719F74 for ; Sun, 06 Apr 2008 14:34:26 -0400 Received: by fg-out-1718.google.com with SMTP id 22so930263fge.23 for ; Sun, 06 Apr 2008 11:34:21 -0700 (PDT) Received: by 10.86.79.19 with SMTP id c19mr2797554fgb.16.1207506860973; Sun, 06 Apr 2008 11:34:20 -0700 (PDT) Received: by 10.86.73.18 with HTTP; Sun, 6 Apr 2008 11:34:20 -0700 (PDT) Message-ID: <8d7b8c130804061134t57b00652t203a842e8b566471@mail.gmail.com> Date: Sun, 6 Apr 2008 11:34:20 -0700 To: "PHP Internals List" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_11126_13933434.1207506860956" Subject: [PATCH] LSB - forward_static_call function patch (with tests) From: m@digitalsandwich.com ("Mike Lively") ------=_Part_11126_13933434.1207506860956 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline I have created a few tests for the patch and updated to the patch to the tip of both php6 and php5.3 http://ds-o.com/Patches/lsb.forward_static_call.v3.tar.gz A link to just the patch: http://ds-o.com/Patches/lsb.forward_static_call.v3.patch It would be fantastic to get it reviewed and committed before a 5.3 beta. The parent forwarding patch can also still be looked at here: http://ds-o.com/Patches/index.html - Mike Lively ------=_Part_11126_13933434.1207506860956--