Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83327 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59914 invoked from network); 20 Feb 2015 17:16:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2015 17:16:25 -0000 Authentication-Results: pb1.pair.com header.from=danack@basereality.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=danack@basereality.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain basereality.com from 209.85.213.51 cause and error) X-PHP-List-Original-Sender: danack@basereality.com X-Host-Fingerprint: 209.85.213.51 mail-yh0-f51.google.com Received: from [209.85.213.51] ([209.85.213.51:39660] helo=mail-yh0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 0A/67-14173-7EB67E45 for ; Fri, 20 Feb 2015 12:16:24 -0500 Received: by yhab6 with SMTP id b6so4271026yha.6 for ; Fri, 20 Feb 2015 09:16:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PZh3XoyrsK++td+b35abt0Cn6mNSOrvBasnO86F4nKY=; b=kBzoHkFaoOlGQXdvTz2etklh6PjpswjyYRYy0iPcDgmk404z6SQl0FncfOn62bVZxJ zmrFk2ImRywQU/b5S5v3Pad8Y1St99AEDgBz92TQgHv6hKFvF0w7qcemP7Q0t2T6ZHA2 5nEuo1b3dzgLqvpCgtLeiuBD5vM0g1PI7vEAnNZGmGUWFGRaRBfptiFuXkza/ivYmhQN UyMDRgLLQlZuDeqRDaokzQYwradsYPE54FnxLKrj/yH8xjqa/DZXzAzS+vXAKkiZx42f h4je/7bIff31dW17ONAU4CWN4BjjHO2DLsERficePK0PNnSaH11Axx8qAClKudUakPV0 eHQw== X-Gm-Message-State: ALoCoQnfS5kH5f4wZ2UGNoauZBzoyNZNzPFCAQFC9h+wDA20iT7+TW8jQrjH/1CsxJ7l39imhbCc MIME-Version: 1.0 X-Received: by 10.236.63.228 with SMTP id a64mr7510390yhd.41.1424452581335; Fri, 20 Feb 2015 09:16:21 -0800 (PST) Received: by 10.170.71.86 with HTTP; Fri, 20 Feb 2015 09:16:20 -0800 (PST) X-Originating-IP: [89.240.52.213] In-Reply-To: References: Date: Fri, 20 Feb 2015 17:16:20 +0000 Message-ID: To: Niklas Keller Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][Discussion] In Operator From: danack@basereality.com (Dan Ackroyd) On 20 February 2015 at 12:54, Niklas Keller wrote: > Hi internals, > > It would really make sense to vote on this RFC after there has been a > vote on https://wiki.php.net/rfc/context_sensitive_lexer. That is an understatement: https://github.com/doctrine/doctrine2/blob/master/lib/Doctrine/ORM/Query/Expr.php#L443 I don't think changing the language in a way that breaks Doctrine would be feasible. cheers Dan