Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33378 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70375 invoked by uid 1010); 22 Nov 2007 20:29:29 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 70352 invoked from network); 22 Nov 2007 20:29:29 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Nov 2007 20:29:29 -0000 Authentication-Results: pb1.pair.com header.from=marco.kaiser@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=marco.kaiser@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.170.187 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: marco.kaiser@gmail.com X-Host-Fingerprint: 64.233.170.187 rn-out-0910.google.com Linux 2.4/2.6 Received: from [64.233.170.187] ([64.233.170.187:31059] helo=rn-out-0102.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 8B/77-19690-6A6E5474 for ; Thu, 22 Nov 2007 15:29:27 -0500 Received: by rn-out-0102.google.com with SMTP id s28so943826rnb for ; Thu, 22 Nov 2007 12:29:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=3y22UNWJ9QtjZZbH1lItbqlwrWyUF6LrR0ZD9lBpPVo=; b=NdtyGWKAWJMfKkx2gAUqruMYijH8pFBgKU/IWiaICg7NvLr+pVVGQXqFVvsgwTJC4lbVBn88D6cbWpCmvCez7wuNfHUODtPS3H/rEMH8aknoMxycNH48pJ4qKF5CYvTq7GzCDSi7AjeJA3FdKuIwqEzG/v72Ab6znT4hA1B2HAw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Y8FhWzsQmzFq0EQBfqyPW/RwVbcuS9uG/T9asW+LoMeZRI570MjPFAG8ioUPypRZ5EFJ3zYdc/2okErquMA0WPzBLhntS3Y3UmaJn45QVZ3C/hu5mLnkRkHaWpn0DxFFzs7s7w9F71NYvnfbf4VohmTACUHOfEoqGVb1ChSNEUw= Received: by 10.151.15.3 with SMTP id s3mr1778203ybi.1195763359780; Thu, 22 Nov 2007 12:29:19 -0800 (PST) Received: by 10.150.123.19 with HTTP; Thu, 22 Nov 2007 12:29:19 -0800 (PST) Message-ID: Date: Thu, 22 Nov 2007 21:29:19 +0100 To: "PHP Developers Mailing List" In-Reply-To: <4743CED7.5050402@avalon.aut.bme.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4740C654.3020302@digitalsandwich.com> <474154E0.4070302@zend.com> <47417C65.8010708@iamjochem.com> <474130B3.9070303@digitalsandwich.com> <4741DC81.6000506@zend.com> <4741D574.2020800@digitalsandwich.com> <474247A2.5050301@zend.com> <4741D9D1.6030106@digitalsandwich.com> <47424B4F.2@zend.com> <4743CED7.5050402@avalon.aut.bme.hu> Subject: Re: [PHP-DEV] late static binding php6 From: marco.kaiser@gmail.com ("Marco Kaiser") Hi List, just to drop my note here, i asked (i think) 2 years ago for such a feature to automate my singleton pattern. Not with late static bindings this is possible. i think this will also drop much redundant code from some frameworks. :) So this is one of my examples that helps much. -- Marco Kaiser