Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83005 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 40834 invoked from network); 17 Feb 2015 19:35:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Feb 2015 19:35:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=lisachenko.it@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=lisachenko.it@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.169 as permitted sender) X-PHP-List-Original-Sender: lisachenko.it@gmail.com X-Host-Fingerprint: 209.85.212.169 mail-wi0-f169.google.com Received: from [209.85.212.169] ([209.85.212.169:42292] helo=mail-wi0-f169.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 44/D0-34644-5F793E45 for ; Tue, 17 Feb 2015 14:35:18 -0500 Received: by mail-wi0-f169.google.com with SMTP id em10so34655473wid.0 for ; Tue, 17 Feb 2015 11:35:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SOQCW8LBc+UFDGq9FzuGyXcHm1t+6klr0ucHIbg5VTQ=; b=r/eINot1BxcUC45TwxlxnRyj1Di2B9B+q6jMfaWlCnpNXUyGYI4Twh9sUB8fUDy9Me DXaHXomhWmH6eYWooxzK26imGupr5ANJKAWDgowu4FBJikUS3GaavGeluG+fZADDK1Au BhSwWS0ovmtiNbPcjGr4bfuqlj0TyespXbhWO8nV4DFub9s/uVDb7RncB+pyBTxsXdPQ wFIme21JgWSYIPV8pi81nGegkG0fVaEFtA33CZOhce1iqZNy+jFFqFYk93Z/9wv/4Udb Hj20Wsm4ofEWHXAykCbjITSj0sScrJz3fLh9XAA2iRGnhsEcgrXX+mWwxbMjuKRr2XuA C1hw== MIME-Version: 1.0 X-Received: by 10.180.78.99 with SMTP id a3mr60056727wix.2.1424201714061; Tue, 17 Feb 2015 11:35:14 -0800 (PST) Received: by 10.194.154.229 with HTTP; Tue, 17 Feb 2015 11:35:14 -0800 (PST) In-Reply-To: <3FCFEC72-64AD-42E3-8512-E3DACDE6FBD7@gmail.com> References: <3FCFEC72-64AD-42E3-8512-E3DACDE6FBD7@gmail.com> Date: Tue, 17 Feb 2015 23:35:14 +0400 Message-ID: To: Tim Bezhashvyly Cc: PHP internals list Content-Type: multipart/alternative; boundary=f46d043890414158fa050f4dcd9c Subject: Re: [PHP-DEV] RFC Proposal From: lisachenko.it@gmail.com (Alexander Lisachenko) --f46d043890414158fa050f4dcd9c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2015-02-17 20:35 GMT+03:00 Tim Bezhashvyly : > this is my first RFC proposal and I am not sure if in this email is > supposed to contain all RFC details or just a brief idea .. which is to > drop PHP constants in favour of =E2=80=9Cfinal" immutable variables. Hello, Tim Recently, I asked this question on internals http://www.serverphorums.com/read.php?7,1123371 about immutable variables and objects. Please, continue it if you want to discuss it, this will keep the context of thread in one place. However, no need to drop constants, but only to add an additional behavior for objects and variables. Thanks! --f46d043890414158fa050f4dcd9c--