Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20616 invoked from network); 25 Apr 2008 16:50:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Apr 2008 16:50:40 -0000 Authentication-Results: pb1.pair.com header.from=quickshiftin@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=quickshiftin@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.134.184 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: quickshiftin@gmail.com X-Host-Fingerprint: 209.85.134.184 mu-out-0910.google.com Received: from [209.85.134.184] ([209.85.134.184:13758] helo=mu-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/53-18287-9CB02184 for ; Fri, 25 Apr 2008 12:50:40 -0400 Received: by mu-out-0910.google.com with SMTP id w9so3207890mue.3 for ; Fri, 25 Apr 2008 09:50:14 -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:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=KlxVceuq4XDc7vVTCAzncZK+/9f5jrle44XVQWfn5rA=; b=Pb41QPowvoKL93ZScHeup4vH4vvKkhvUoc9wA/dQBVwRvve8YIMTHgES5T4G2BByq50HOuRjB+qpMhxQ4gv1REVqjVgC7r3RXnx8ojk8n+zfBpwcC+3nBRW8DocORpks+yEY2Gu9a50/Nq3C+1TZKl98pYpfTXwFJoqnwUZcLSM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=xGnj+2GjHCqqnFTFHHPNbdwFCRgbOGn7mbLf5QS2hQUGcJL7ubP96Ufl9BL4zkp2aJBoqnMxJMffOWYfkgiujx953v95AxtRq7DR9BpEDLNBxu6fOHhkj6asmLMLEQ7jRtiKJBCigaj2wDI/e7UBzzZ1BJEmus2c6BSX9EMstxQ= Received: by 10.86.96.18 with SMTP id t18mr1712239fgb.4.1209142213871; Fri, 25 Apr 2008 09:50:13 -0700 (PDT) Received: by 10.86.59.15 with HTTP; Fri, 25 Apr 2008 09:50:13 -0700 (PDT) Message-ID: <7dd2dc0b0804250950i55790506lf8e1c7176fc709f@mail.gmail.com> Date: Fri, 25 Apr 2008 10:50:13 -0600 To: "Etienne Kneuss" Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_2313_28369141.1209142213871" References: <7dd2dc0b0804250853h780aabe8w40a16d52dfdf67b8@mail.gmail.com> Subject: Re: [PHP-DEV] issues with classnames, staic class members and constants as variables From: quickshiftin@gmail.com ("Nathan Nobbe") ------=_Part_2313_28369141.1209142213871 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 ------=_Part_2313_28369141.1209142213871--