Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:31471 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60561 invoked by uid 1010); 6 Aug 2007 23:24:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 60546 invoked from network); 6 Aug 2007 23:24:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Aug 2007 23:24:06 -0000 Authentication-Results: pb1.pair.com header.from=pollita@php.net; sender-id=pass; domainkeys=good Authentication-Results: pb1.pair.com smtp.mail=pollita@php.net; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain php.net designates 140.211.166.39 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:57143] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 30/77-37767-59DA7B64 for ; Mon, 06 Aug 2007 19:24:06 -0400 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=mx; d=php.net; h=From:Subject:To:Date; b=jZUhOsNZcSsJ+IB0rBzIwJtR3GJ5Uc8e3pcujFHvgrI6WBk7evBvitisW3kifpCc Zc1rjjGnBSz7+rIpgfZd24a92cpDUp90B83GkksIJ8zKOL9d8aZmRHPY/caCASEU Authentication-Results: osu1.php.net header.from=pollita@php.net; sender-id=neutral Authentication-Results: osu1.php.net smtp.mail=pollita@php.net; spf=neutral; sender-id=neutral Authentication-Results: osu1.php.net smtp.user=pollita; auth=pass (LOGIN) Received-SPF: neutral (osu1.php.net: 207.126.230.225 is neither permitted nor denied by domain of php.net) Received: from [207.126.230.225] ([207.126.230.225:56800] helo=[10.72.106.237]) by osu1.php.net (envelope-from ) (ecelerity 2.2.0.9 r(17728)) with ESMTPSA (cipher=none) id 2B/50-22304-9CFA7B64 for ; Mon, 06 Aug 2007 16:33:29 -0700 Message-ID: <46B7AD8C.8000206@php.net> Date: Mon, 06 Aug 2007 16:23:56 -0700 User-Agent: Thunderbird 1.5.0.12 (Windows/20070509) MIME-Version: 1.0 To: internals@lists.php.net References: <02.B4.10081.EF9B8A64@pb1.pair.com> In-Reply-To: <02.B4.10081.EF9B8A64@pb1.pair.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: __static_call patch From: pollita@php.net (Sara Golemon) > Etienne Kneuss provided me a patch to handle static called class methods > properly - it works fine. Now i need antother patch for: > > __static_call_patch > __static_set > __static_get > > where can i find it? > __staticCall() is already in PHP6. __staticGet/Set/Isset/Unset don't exist (yet). -Sara