Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55396 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70243 invoked from network); 13 Sep 2011 07:57:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Sep 2011 07:57:27 -0000 Authentication-Results: pb1.pair.com header.from=nicolas.grekas@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nicolas.grekas@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.45 as permitted sender) X-PHP-List-Original-Sender: nicolas.grekas@gmail.com X-Host-Fingerprint: 209.85.212.45 mail-vw0-f45.google.com Received: from [209.85.212.45] ([209.85.212.45:36672] helo=mail-vw0-f45.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 19/12-57954-5EC0F6E4 for ; Tue, 13 Sep 2011 03:57:25 -0400 Received: by vws17 with SMTP id 17so484327vws.18 for ; Tue, 13 Sep 2011 00:57:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=Z6MofjM2C+t9cXMHVU2BKsmc1Z1Ec+wZTLdDL4PRRdE=; b=srcDVZk4VVIqAXr+IE3UGItaJvUqQR5NZqxK9CyYWGhNb9uJvH8hal67/C1Gf7TJY7 q9ITUNJBnqzKi1Pn+4O/ldFVPF76x+6HyCl8/fmYj6OyujKXHYD4ImJ9dLY3ktnyEYy/ PnYT0HXzGm0pBkoPIBvGZxu9cLcCBdVtE/so4= Received: by 10.52.66.15 with SMTP id b15mr453967vdt.425.1315900643160; Tue, 13 Sep 2011 00:57:23 -0700 (PDT) MIME-Version: 1.0 Sender: nicolas.grekas@gmail.com Received: by 10.52.162.9 with HTTP; Tue, 13 Sep 2011 00:57:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 13 Sep 2011 09:57:03 +0200 X-Google-Sender-Auth: w9d6fNlx41ZwlQTGzq99A_TH7j4 Message-ID: To: Nikita Popov Cc: Ferenc Kovacs , PHP internals Content-Type: multipart/alternative; boundary=20cf3071c8ae6533fa04accdfe06 Subject: Re: [PHP-DEV] Revert Tokenizer behavior for 5.4 From: nicolas.grekas+php@gmail.com (Nicolas Grekas) --20cf3071c8ae6533fa04accdfe06 Content-Type: text/plain; charset=ISO-8859-1 > I just set up an PHP environment and wrote a proper patch (including test > changes) to make it collect the next three tokens. It's a git patch and I'm > not sure whether it's compatible with SVN patches. I would love it if this > would go into 5.4 before beta. I didn't know how one could fetch the rest > into T_INLINE_HTML, so I'm hoping on help here from someone who actually > knowns C there :) > I just reopened the bug and posted an excerpt of this discussion with your patch : https://bugs.php.net/bug.php?id=54089 Nicolas --20cf3071c8ae6533fa04accdfe06--