Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95901 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72041 invoked from network); 10 Sep 2016 17:49:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Sep 2016 17:49:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=me@kelunik.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=me@kelunik.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain kelunik.com from 81.169.146.219 cause and error) X-PHP-List-Original-Sender: me@kelunik.com X-Host-Fingerprint: 81.169.146.219 mo4-p00-ob.smtp.rzone.de Received: from [81.169.146.219] ([81.169.146.219:19281] helo=mo4-p00-ob.smtp.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/92-46544-4B744D75 for ; Sat, 10 Sep 2016 13:49:41 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1473529778; l=1373; s=domk; d=kelunik.com; h=Content-Type:Cc:To:Subject:Date:From:References:In-Reply-To: MIME-Version; bh=m99tbe5WVyd3/kki43DN6sh0VNe7cszQ3pBC1gY7LJ8=; b=twRRtM8CM65gvjTmqAoAbwiMrvng/uUUWShq9JFP54htUCbdhIdhVS4KfYmCIuq4uY6 /zGsbWrC+KM2s5FlSQoIZZdg8NF2RnFNZyoCC70fvwEe6jz+HfWvkrOd2gOkFHh5VnCES d3IMdKRdKBhlBtxHXiR2Cxo4M9YGBw6N/8M= X-RZG-AUTH: :IWkkfkWkbvHsXQGmRYmUo9mls2vWuiu+7SLGvomb4bl9EfHtOnE6 X-RZG-CLASS-ID: mo00 Received: from mail-wm0-f52.google.com ([74.125.82.52]) by smtp.strato.de (RZmta 39.1 AUTH) with ESMTPSA id z008c6s8AHnchJp (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (curve secp384r1 with 384 ECDH bits, eq. 7680 bits RSA)) (Client did not present a certificate) for ; Sat, 10 Sep 2016 19:49:38 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id 1so81836276wmz.1 for ; Sat, 10 Sep 2016 10:49:38 -0700 (PDT) X-Gm-Message-State: AE9vXwP9HNVeKtCTWGRN6tNkc1TzvnPWjlMi2M4sTMIVG9NBfrqsrkMPJQfuxpPySCncKJNOBwjry27XJyzy/Q== X-Received: by 10.28.25.71 with SMTP id 68mr3784228wmz.91.1473529777997; Sat, 10 Sep 2016 10:49:37 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.125.132 with HTTP; Sat, 10 Sep 2016 10:49:36 -0700 (PDT) In-Reply-To: References: <642a6e78-90ea-cbf0-ec1c-376c24e568c5@fleshgrinder.com> <0800a5ca-3d14-c541-1a1a-2574ec802b8c@fleshgrinder.com> <83fa661e-2d3d-6548-a506-fb969be31c0e@garfieldtech.com> <56acc1d9-f424-a460-59be-3a9a1a74b198@fleshgrinder.com> <95832b08-ee80-18c1-a3da-202eed51903e@fleshgrinder.com> Date: Sat, 10 Sep 2016 19:49:36 +0200 X-Gmail-Original-Message-ID: Message-ID: To: =?UTF-8?Q?Silvio_Mariji=C4=87?= Cc: PHP Internals List , Larry Garfield Content-Type: multipart/alternative; boundary=001a114d3c84fbdc3a053c2ae234 Subject: Re: [PHP-DEV] RFC - Immutable classes From: me@kelunik.com (Niklas Keller) --001a114d3c84fbdc3a053c2ae234 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2016-09-10 19:41 GMT+02:00 Silvio Mariji=C4=87 : > @Fleshgrinder, > > While I'm not sure at the moment about CoW, I can agree that we should ad= d > immutable keyword as a interface modifier to make sure all classes > implementing must be immutable. As interfaces can't have member variables, that doesn't make sense to me. --001a114d3c84fbdc3a053c2ae234--