Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:83491 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61253 invoked from network); 22 Feb 2015 22:05:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Feb 2015 22:05:49 -0000 Authentication-Results: pb1.pair.com smtp.mail=jakub.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jakub.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.173 as permitted sender) X-PHP-List-Original-Sender: jakub.php@gmail.com X-Host-Fingerprint: 209.85.213.173 mail-ig0-f173.google.com Received: from [209.85.213.173] ([209.85.213.173:60624] helo=mail-ig0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/57-18531-CB25AE45 for ; Sun, 22 Feb 2015 17:05:48 -0500 Received: by mail-ig0-f173.google.com with SMTP id a13so14270821igq.0 for ; Sun, 22 Feb 2015 14:05:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=R/RmiI050yxjU0M74Xpa3GcK439Mwk6YpTXKTd/0fko=; b=hmUZGsbhcsAIp2orYokO8Iv24fm2fU3eqE7MaNJsLDAIX8etYSLiAgX8zkbCQAgnmA ulQ2kOvawEAF+oX/ZkB4VV6SWjN/ie1iS4uFDyyW5jHmSIEQQyIPsuKAb1OIHvqMDgq4 HEl9t7Ey3uumu5PjsBmc9OgWZXMPKNrB/f9ESI4aLT4hud8q+jRmRyeJwQnYTr+NgfwG F5TwpJsTFkiPF+zODh7RaADlNJRNCJIK5vH441TCFAoiextaU9i4UhEtnsdbpkU61OmO kPmMzDHhjlw7T4N4IQOzFHiQmtLy2TGPBV37uGx0138mK0lfk1nK6L+UNvJZDn6w5Y8E Aq3g== MIME-Version: 1.0 X-Received: by 10.107.7.154 with SMTP id g26mr9751581ioi.64.1424642745876; Sun, 22 Feb 2015 14:05:45 -0800 (PST) Sender: jakub.php@gmail.com Received: by 10.107.169.216 with HTTP; Sun, 22 Feb 2015 14:05:45 -0800 (PST) In-Reply-To: References: <23dacb400dab7987ce59ba76826cfddf.squirrel@webmail.klapt.com> <103ccee5476f5c444cf5b9d12969b036.squirrel@webmail.klapt.com> <626a77cfd23fc576167ef669398622a4.squirrel@webmail.klapt.com> Date: Sun, 22 Feb 2015 22:05:45 +0000 X-Google-Sender-Auth: GMs51clirNsf0yHVTp_gzhssoLU Message-ID: To: Anatol Belski Cc: Xinchen Hui , Pierre Joye , PHP internals Content-Type: multipart/alternative; boundary=001a113f2aa6ccc6d8050fb47c95 Subject: Re: [PHP-DEV] new json, push generated file? From: bukka@php.net (Jakub Zelenka) --001a113f2aa6ccc6d8050fb47c95 Content-Type: text/plain; charset=UTF-8 Hi Anatol, On Sun, Feb 22, 2015 at 6:09 PM, Anatol Belski wrote: > > > FYI I had to downgrade re2c to 0.13.6 as the latest randomly crashes. Ok. :) There are no differences in the generated DFA so it's not a problem for me to use 0.13.6 too. The preferred versions are more about nicer diffs when regenerating files. So it's not a big issue if it gets regenerated with another supported version. I test all supported versions when I do some changes to the parser or scanner and I can always regenerate it back if someone else needs to do some urgent changes ;) Cheers Jakub --001a113f2aa6ccc6d8050fb47c95--