Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73955 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23147 invoked from network); 6 May 2014 08:50:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2014 08:50:53 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:46351] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 28/33-04569-A62A8635 for ; Tue, 06 May 2014 04:50:53 -0400 Received: from localhost (localhost [IPv6:::1]) by xdebug.org (Postfix) with ESMTPS id 44CDADE8B3; Tue, 6 May 2014 09:50:48 +0100 (BST) Date: Tue, 6 May 2014 09:50:47 +0100 (BST) X-X-Sender: derick@whisky.home.derickrethans.nl To: Kevin Ingwersen cc: PHP internals In-Reply-To: <1B122399-8969-4532-8379-52FAB83678AE@googlemail.com> Message-ID: References: <1B122399-8969-4532-8379-52FAB83678AE@googlemail.com> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323329-326340781-1399366248=:4404" Subject: Re: [PHP-DEV] BISON files are gone? From: derick@php.net (Derick Rethans) --8323329-326340781-1399366248=:4404 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Sat, 3 May 2014, Kevin Ingwersen wrote: > Hey list! >=20 > I just took the php source (5.5.11-git) and wanted to read thru it for=20 > a variety of reasons, and noticed that Zend/Makefile.am references two=20 > *.y files, that are obviously not present. In fact, there does not see=20 > to be any bison file inside the whole of PHP=E2=80=99s source - is that= =20 > correct, or am I missing a generation step? Neither automake (the .am extension in Makefile.am) or bison are used.=20 The automake depency was removed (I think) close to a decade ago, and=20 bison's .y got replaced with re2c files (.re). I think somebody forgot=20 to remove that Zend/Makefile.am file. cheers, Derick --=20 http://derickrethans.nl | http://xdebug.org Like Xdebug? Consider a donation: http://xdebug.org/donate.php twitter: @derickr and @xdebug Posted with an email client that doesn't mangle email: alpine --8323329-326340781-1399366248=:4404--