Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:74634 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96283 invoked from network); 29 May 2014 17:20:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2014 17:20:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.213.172 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.213.172 mail-ig0-f172.google.com Received: from [209.85.213.172] ([209.85.213.172:50004] helo=mail-ig0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E5/6E-07154-F3C67835 for ; Thu, 29 May 2014 13:20:01 -0400 Received: by mail-ig0-f172.google.com with SMTP id uy17so4024258igb.11 for ; Thu, 29 May 2014 10:19:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=bK6PuhfjSPNOSBZAOVcshpaAmYvxCT6C+69T9NQX0Jw=; b=HeBRa5/fT5/EZkidthrpOS4knXyaZD9S/Rkp0cfg0l1WTe0TVCEVzM2fDDFxcA08aE tSIljWBLhVk8G5OUWk6/YHtYcymTlC1eTnQ3lENi7V2/7/wmUuI25/uNKBsL7RG+Bray RUpl5k1ZUnhTSSn4yUAksxOXuRKVh6qzL+aBk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=bK6PuhfjSPNOSBZAOVcshpaAmYvxCT6C+69T9NQX0Jw=; b=hlNseyc9+gC4t509wAQgy3NbNFtdhxyJGhfwH7kunZt7dKe/R1Nr0gGOrZbB7lp8+A 8DQ/64s+uTNpLdKM6a0S1cWwTMjwm3I6LKw3oD/UhAHTIM8Uwar6Q7LEcQtye43FU0T+ 5TUCSlvJGIHuxvqfoi6k7MrTyDPhJwSvPwlME6fxKXyD0rh6FekR9aurIF8Xq03IQhtz ZDdKPnHqi3g5enAIdfjyLPTTlSWcoNnOBY9PFm59YAAEptGxIiW0MgQQM5iDrGhuu20U gvoukQTTZroGuhG4GjhcstpeRHaH2W6+ffrrLEbKaJ/pljBECpNtF5Jkm+pgTf4+QC/m r0zg== X-Gm-Message-State: ALoCoQmtuoI1E2yHIzgmZOHrJy0wNgjOnfeXZDll4om49aTtMCvAuTErjA6rB9BAVFL0W4Qr2IrJ X-Received: by 10.50.253.163 with SMTP id ab3mr12311907igd.35.1401383996626; Thu, 29 May 2014 10:19:56 -0700 (PDT) MIME-Version: 1.0 Sender: adam@adamharvey.name Received: by 10.42.254.138 with HTTP; Thu, 29 May 2014 10:19:36 -0700 (PDT) In-Reply-To: References: <2DC459EE-AE98-4CAE-977A-6FB918FDEF54@bafford.com> <537EA42B.4000000@lerdorf.com> <1401282869.2998.84.camel@guybrush> <1401304428.2998.118.camel@guybrush> Date: Thu, 29 May 2014 10:19:36 -0700 X-Google-Sender-Auth: 457uDVM1fPWZeBNBSuKkdUpZWEE Message-ID: To: Derick Rethans Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Bison 3 support for PHP 5.5 From: aharvey@php.net (Adam Harvey) On 29 May 2014 01:28, Derick Rethans wrote: > I find the generated files in GIT annoying. Almost every single time I > compile I now have to changed files that GIT bitches about. I would be > all for removing generated files from the repository. +1. I don't think re2c is that onerous a requirement anyway, for the most part: it's available through apt-get, brew, yum, and probably most other packaging systems. Given the amount of other things a developer has to install to build php-src from git, re2c is hardly going to break the camel's back. Adam