Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37231 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15218 invoked from network); 25 Apr 2008 18:53:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2008 18:53:03 -0000 Authentication-Results: pb1.pair.com smtp.mail=ekneuss@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ekneuss@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.46.28 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: ekneuss@gmail.com X-Host-Fingerprint: 74.125.46.28 yw-out-2324.google.com Received: from [74.125.46.28] ([74.125.46.28:17184] helo=yw-out-2324.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2F/58-18287-A8822184 for ; Fri, 25 Apr 2008 14:53:01 -0400 Received: by yw-out-2324.google.com with SMTP id 5so537137ywh.83 for ; Fri, 25 Apr 2008 11:52:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=x1CPGrh5LBjcisEkehIjPn/+W1krxdXBK06Vu8tw7sM=; b=XyyiaJFX1dO89i+nAp4d/u1g+MsdEcmzPYn4T89XrlsJ8Z0ZVr90ImnVgAZiN0nqyY+nZQXAV1VwLzNPhfoWb+HD6xaIDrwOfSJlBIWh3zaZ0LKwUwmu3ysbONiibecYNhEyvB4iH7ElbTbS2aWwKIa4CdSNL0pMT6ImnmeUy8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=tMZEVUy9O5r8FGcTBIYAPOETevxAO32Re4iSVPNOwD/CfEvE4eLPMzYXk96eDZKq0H9V8yIJ76a4Pf1Za4sMNSKDKWsY26IGC+11C0aSvXvVfAoDRi1jWzuQoWeGbMVhHg1f9B8wRfSVUq0ca8vGG8oCIwVJntAFAQyLXGRkQSc= Received: by 10.150.11.6 with SMTP id 6mr1030459ybk.9.1209149575075; Fri, 25 Apr 2008 11:52:55 -0700 (PDT) Received: by 10.151.40.10 with HTTP; Fri, 25 Apr 2008 11:52:55 -0700 (PDT) Message-ID: Date: Fri, 25 Apr 2008 20:52:55 +0200 Sender: ekneuss@gmail.com To: "Nathan Nobbe" Cc: internals@lists.php.net In-Reply-To: <7dd2dc0b0804250950i55790506lf8e1c7176fc709f@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_4373_30683419.1209149575065" References: <7dd2dc0b0804250853h780aabe8w40a16d52dfdf67b8@mail.gmail.com> <7dd2dc0b0804250950i55790506lf8e1c7176fc709f@mail.gmail.com> X-Google-Sender-Auth: d63652eb82703949 Subject: Re: [PHP-DEV] issues with classnames, staic class members and constants as variables From: colder@php.net ("Etienne Kneuss") ------=_Part_4373_30683419.1209149575065 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sure: as I said earlier, it was proposed to be included already in 5.2.4, but some people objected as it represented "too much of a language change" which should not happen in minor release. So even though the patch impact was minimal, it was postponed and thus only committed in the 5_3 branch. Regards On Fri, Apr 25, 2008 at 6:50 PM, Nathan Nobbe wrote: > On Fri, Apr 25, 2008 at 10:44 AM, Etienne Kneuss wrote: > > > Hello, > > > > Are you using a custom and outdated build of 5.2.4 ? > > > > $classname::$member was introduced in php5.2.4 but removed > > before the actual release, and is now only present as of PHP5.3. > > > > thanks for your reply. > apparently i am; looking in my portage directory i can see: > > php-5.2.4.ebuild php-5.2.4_pre200708051230-r2.ebuild > and the build i have installed is the latter. > do you know why this was removed prior to 5.3; just curious.. > > -nathan > -- Etienne Kneuss http://www.colder.ch Men never do evil so completely and cheerfully as when they do it from a religious conviction. -- Pascal ------=_Part_4373_30683419.1209149575065--