Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44271 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98345 invoked from network); 14 Jun 2009 00:12:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Jun 2009 00:12:59 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.153 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.153 fg-out-1718.google.com Received: from [72.14.220.153] ([72.14.220.153:59476] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9A/70-12802-A80443A4 for ; Sat, 13 Jun 2009 20:12:58 -0400 Received: by fg-out-1718.google.com with SMTP id 22so163347fge.0 for ; Sat, 13 Jun 2009 17:12:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=BhYrzyGAifmPqxVJ+sYiE5QAbxqsqaw24Fa8we1LQbU=; b=a72Jj5bd8AXsLTrs4xZkwTNDLcnlK9FCb0jH0ytydQBnrPXvOAqkZAy8MqupPOJNtZ TepJctXluaZNFeerhAUpzD0LCnWC9FSSgVxqLK2uadVo1s/5njVjOkanW50yRb694A5X lMKw9D/r1M8pxRULvgj+05gY3f0cyqC2a6dio= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GumrHILHJ9d/xGF+oIS+rAQ8rq1jy97rgxGKftektgqY1op7CDV1TVaHQe/+Ka7mRV EOrWGsw+n9JZIvn+s4+re8n8gDBDtMQXxVCmIlWOQr2TfE0lgVo+Qvj3Bf5ysNDvQxpS 7aUl/ZvZEb1DcSa6CuZbhUSIscS1P952FRMpE= MIME-Version: 1.0 Received: by 10.86.57.9 with SMTP id f9mr5356872fga.57.1244938375654; Sat, 13 Jun 2009 17:12:55 -0700 (PDT) In-Reply-To: References: Date: Sun, 14 Jun 2009 02:12:55 +0200 Message-ID: <7f3ed2c30906131712x38573224y5639c359188cad69@mail.gmail.com> To: Michael Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] re Access Modifiers From: hannes.magnusson@gmail.com (Hannes Magnusson) On Sat, Jun 13, 2009 at 23:16, Michael wrote: > Now that there's namespaces are we getting access modifiers on > class/functions ? Not in 5.3 at least (see http://php.net/namespaces). And there is a good chance PHP will never have those... -Hannes