Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:39977 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88766 invoked from network); 15 Aug 2008 10:07:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2008 10:07:08 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:54727] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FA/02-11888-94555A84 for ; Fri, 15 Aug 2008 06:07:08 -0400 Received: from MBOERGER-ZRH (unknown [193.142.125.1]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 758B411F64E; Fri, 15 Aug 2008 12:07:02 +0200 (CEST) Date: Fri, 15 Aug 2008 12:06:57 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1901158190.20080815120657@marcus-boerger.de> To: "Timm Friebe" CC: internals@lists.php.net, =?iso-8859-1?Q?Johannes_Schl=FCter?= , Lukas Kahwe Smith In-Reply-To: <022101c8fe5f$4a3e3c40$16b2a8c0@kartofel> References: <01d401c8fe5e$6bc9d730$16b2a8c0@kartofel> <022101c8fe5f$4a3e3c40$16b2a8c0@kartofel> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] __getStatic From: helly@php.net (Marcus Boerger) Hello Timm, Friday, August 15, 2008, 12:44:19 AM, you wrote: > Hi again, >> Attached you'll find an incomplete patch against PHP_5_3 to add this >> functionality. If you like it let me know and I can finish it. > Darn, seems the list didn't like my text/plain attachment. Well, here we go: > http://sitten-polizei.de/php/get-static.diff Patch looks pretty good. Plaease add __issetStatic and __unsetStatic. Then provide tests and submit to HEAD. For 5.3 Lukas and Johannes have to agree but I am sure they first want to see it in HEAD. Best regards, Marcus