Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:84789 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87281 invoked from network); 14 Mar 2015 22:47:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 14 Mar 2015 22:47:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain lerdorf.com designates 209.85.220.43 as permitted sender) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.220.43 mail-pa0-f43.google.com Received: from [209.85.220.43] ([209.85.220.43:35082] helo=mail-pa0-f43.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 93/21-13042-66AB4055 for ; Sat, 14 Mar 2015 17:47:03 -0500 Received: by pabyw6 with SMTP id yw6so24406707pab.2 for ; Sat, 14 Mar 2015 15:46:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=9zp/K7A1Mqus5QVhqfGJGDfSsUg9oMeOrpIbtmzYls4=; b=k0zqsMN+8wcaXj3hHQgA/cbFAcDdZHhmOoek/mI3CqtG4QdLBMw4j/8zgvAPuGwO5g vAMlV/GTRAuHgGs4vGqTLBW02reREn5oEkLsUK4UcwxhcBQQshr0YlXmEN0aB3kdVYrG Ryzwmjpmg/oTQh9lmLBqTsCfyQCBIghUdTCaejzsZaKaynTWCLKCuXBghlWfkZ6mueEX tqV6eeT1amqHS3cUwt+VimLGJFWoqkzbRz3lhCJfVyU9dX1OPm4nHjo4lqEkPQ14uHCc Tx6+q9mnmEcZa5pDCpUcDwTGzXlvN3UgKfYfWo9DvUQVnkCDzHlkynhd6+ATrNPhodhX hsGQ== X-Gm-Message-State: ALoCoQk/Q9SJwoq3K+bSdkSVSowIEC2uriGBImwArvaQBtFpLBYWDG94AWNSZKPi9aWgwbkMldeG X-Received: by 10.70.101.226 with SMTP id fj2mr77501286pdb.23.1426373219101; Sat, 14 Mar 2015 15:46:59 -0700 (PDT) Received: from [192.168.200.14] ([123.254.126.130]) by mx.google.com with ESMTPSA id xx7sm9907317pab.21.2015.03.14.15.46.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Mar 2015 15:46:58 -0700 (PDT) Message-ID: <5504BA5E.7060708@lerdorf.com> Date: Sun, 15 Mar 2015 09:46:54 +1100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Niklas Keller CC: Philip Sturgeon , Bob Weinand , =?UTF-8?B?UGF2ZWwgS291xZlpbA==?= , Levi Morrison , internals References: <5504B69C.2070903@lerdorf.com> In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cUkqwCb6FF5INeTAiEK61XhSlkmanV14d" Subject: Re: [PHP-DEV] [RFC][PRE-VOTE] Reserving More Types in PHP 7 From: rasmus@lerdorf.com (Rasmus Lerdorf) --cUkqwCb6FF5INeTAiEK61XhSlkmanV14d Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 03/15/2015 09:41 AM, Niklas Keller wrote: > Rasmus, the context sensitive lexer doesn't change anything for Drupal.= > Support for class names has been dropped, > see https://wiki.php.net/rfc/context_sensitive_lexer#rejected_features Yes, I realize that. I just mentioned Drupal as an example of a major codebase that will break as soon as we reserve "string". The context sensitive lexer change will help minimize other types of breakages from adding these reserved words, so I still think introducing them at them same time makes sense. -Rasmus --cUkqwCb6FF5INeTAiEK61XhSlkmanV14d Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlUEul4ACgkQlxayKTuqOuCZaQCggiikxB9wC/CITHB8UpoWZnd5 W34An1s1xhrEz+SRZW0LsL2dOiruCKjF =dpFF -----END PGP SIGNATURE----- --cUkqwCb6FF5INeTAiEK61XhSlkmanV14d--