Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79839 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55549 invoked from network); 21 Dec 2014 05:14:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Dec 2014 05:14:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.49 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.218.49 mail-oi0-f49.google.com Received: from [209.85.218.49] ([209.85.218.49:40194] helo=mail-oi0-f49.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/F0-48452-72756945 for ; Sun, 21 Dec 2014 00:14:16 -0500 Received: by mail-oi0-f49.google.com with SMTP id a141so5860435oig.8 for ; Sat, 20 Dec 2014 21:14:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=8dfWp1lgv7WmzubxyiCJvbs8vSWT+yKF1W9IVZJxxvs=; b=bsww3qZS9dZnZGDfR7svYQ2JCibI+fDQxFby2qHT3Y9M9wGNjcxrZKQP29JzAT4/qx oJWq2RY+nB88XPuxdv7pduMW+L93hWbjBqhM+jQulUYnwrTJ/CTDFTaV/Nf+dQNKjb4U tHCjIUvxfZDpmkittEwtcl06VyFvzeXiEHWSz7qB6AqlChwbTEtL0Yhk1ZVLPg8wXxzq fF7C6JXW9Ut3bv9re7HwkOoqpDW7JGFJGCs9ooN24/88pDUtWJBy3oOe5t0fwCobW1Xh YNLff3PC2kiRFKzVeNvIyC/SDmBdCcWapQm7Ll74Ti9tXiAVKkQVhQ7wFDBPeFd9EDIr ubDQ== X-Received: by 10.60.146.172 with SMTP id td12mr9384566oeb.23.1419138852593; Sat, 20 Dec 2014 21:14:12 -0800 (PST) Received: from [192.168.2.145] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id v131sm3327213oif.16.2014.12.20.21.14.11 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 20 Dec 2014 21:14:12 -0800 (PST) Message-ID: <5496571E.5070404@gmail.com> Date: Sat, 20 Dec 2014 21:14:06 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Yasuo Ohgaki , nf.laupretre@yahoo.fr CC: "internals@lists.php.net" References: <000c01d01ca0$7e70c850$7b5258f0$@yahoo.fr> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Proposal for PHP 7 : case-sensitive symbols From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > is not recommended at all. Keeping not recommended spec forever is not > a good idea. IMHO. Using strtolower() all over place in the Engine to keep There's a huge difference between "not recommended" and breaking the code. Using if() without braces, or inconsistent indentation - is not recommended. Making such code not work would be a huge mistake. > It's BC, but it would be easy spot it by an compatibility check script. Once > case is used properly, scripts run both new and old PHP. Therefore, > BC issue is not critical. There's no "therefore" - you'll still have to fix all that code, and if you think it all will be findable by a simple script, you severely underestimate the dynamic nature of things people do with PHP. This is a very big change and should not be dismissed lightly. -- Stas Malyshev smalyshev@gmail.com