Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:73868 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63604 invoked from network); 3 May 2014 02:44:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 May 2014 02:44:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=ingwie2000@googlemail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ingwie2000@googlemail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 74.125.83.42 as permitted sender) X-PHP-List-Original-Sender: ingwie2000@googlemail.com X-Host-Fingerprint: 74.125.83.42 mail-ee0-f42.google.com Received: from [74.125.83.42] ([74.125.83.42:47180] helo=mail-ee0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/E6-16678-71854635 for ; Fri, 02 May 2014 22:44:40 -0400 Received: by mail-ee0-f42.google.com with SMTP id d17so3618931eek.29 for ; Fri, 02 May 2014 19:44:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=f38O3/Yafo6SwFbNCSVMaSOo6JBmgczG6V65enX2/7U=; b=MWDH1bv6BXvZoO8+w5r7VLSxVgpqgvLEBes6q88s0dKVGe6wRI/fIeoZz47Gpw8fKk oDU/tG9sWnPXzrMkuAuC7DkW9Wwmc4x1Q9Qwpp+LMpwH8g+9veVE22dievgC3BBhnOht 5S5rzFNZpf7gmDM56kbzeX9mS2cSJvYeDN1R/9Tj9A13RwSxQrbmbMdYIdTL+8aT8XAV A3jZdRENqn9nBPa8KdZ6cURM/YjwY6SE7Bc9fJ4Wi+ocq7bUZ453zX7YoxgESuPHSGL8 NVHUWARpnrkhcWkjkOAQYN+/axzuQjpM4PpSC41EK/5LkNmC5VM+SGkGCocNqi9NLtDT PBuQ== X-Received: by 10.15.32.206 with SMTP id a54mr18141799eev.51.1399085077457; Fri, 02 May 2014 19:44:37 -0700 (PDT) Received: from ingwies-air.fritz.box (p5B15C69F.dip0.t-ipconnect.de. [91.21.198.159]) by mx.google.com with ESMTPSA id n41sm9180793eeg.4.2014.05.02.19.44.36 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 02 May 2014 19:44:36 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Message-ID: <1B122399-8969-4532-8379-52FAB83678AE@googlemail.com> Date: Sat, 3 May 2014 04:44:35 +0200 To: PHP internals Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) X-Mailer: Apple Mail (2.1874) Subject: BISON files are gone? From: ingwie2000@googlemail.com (Kevin Ingwersen) Hey list! I just took the php source (5.5.11-git) and wanted to read thru it for a = variety of reasons, and noticed that Zend/Makefile.am references two *.y = files, that are obviously not present. In fact, there does not see to be = any bison file inside the whole of PHP=92s source - is that correct, or = am I missing a generation step? $ find php -name "*.y=93 -empty- Kind regards, Ingwie.=