Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86685 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 5216 invoked from network); 15 Jun 2015 21:36:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jun 2015 21:36:27 -0000 Authentication-Results: pb1.pair.com header.from=cmbecker69@gmx.de; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=cmbecker69@gmx.de; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmx.de designates 212.227.15.15 as permitted sender) X-PHP-List-Original-Sender: cmbecker69@gmx.de X-Host-Fingerprint: 212.227.15.15 mout.gmx.net Received: from [212.227.15.15] ([212.227.15.15:56357] helo=mout.gmx.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 92/94-15639-A554F755 for ; Mon, 15 Jun 2015 17:36:27 -0400 Received: from [192.168.0.100] ([95.89.139.132]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0M4Gup-1ZLSNY1xOF-00rpT7; Mon, 15 Jun 2015 23:36:15 +0200 Message-ID: <557F454F.3060405@gmx.de> Date: Mon, 15 Jun 2015 23:36:15 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: Hannes Magnusson , ab@php.net, PHP Development , PHP Webmaster ML References: <00c501d0a773$f84fee90$e8efcbb0$@belski.net> <557EDF48.9000800@gmx.de> <1434379932.17693.5.camel@kuechenschabe> In-Reply-To: <1434379932.17693.5.camel@kuechenschabe> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:WOlR+rFiXlUj8pIp8LvNFhy2ka+tT+xtcXELZEdRBRYpr6HYoB3 NaNun0jAm/IA47uZKyIqlI8fKEDjl20/XgyWuRhT8T7dWM/uEeJKK9YMkZvSxIZ5GC7WiUS QwpB+tY8LaOFbGKFeFl61ewqbjxINWFa5i/F8XskPo4Da/RVjpNz1QfB/L8QD7tBmHceKhr av5knOcgrrol7VBh6ddFA== X-UI-Out-Filterresults: notjunk:1;V01:K0:xh+M5TEm9V4=:s2827Nvr2+aAWLoZbMxLMi MH16TWzIuMrW0ENvgzq7OwVTQoJOlLmWno3W0R7nqtv1/G4ktqUPOPqKlgUpFrlR2SqVSJ6SV JTZHlWJyFnFTlO6uYm6QmFN19hgrEklZ2OEN4y9gYqYdgYjqVau+y4m6WYNFroQ3Lx1fwCxS5 +ugyhJkXoMF7P6oy4IKtl0Og19G4JQJCz5CCIwSPZLLnrQquRoyyS/i7GSzTIShnJ0oQPARFu u69qRpmb3PaUkFSzdY8ruLAOkR98X8wnj8YgLu8nFjx88YTybE16VQc0lM1p9xGL4ZdUg9ovV JBtnKvt0dusUS3zXvncBbv9A6gAApp6e9PakSxnoed5KxfZj0tbqZI79Xjh2/4yobZ4mw/vkN wizOegpp7aNaKr5Q0sz/zto2mkNKdESH3Tqwi1ejSz/HnWWqPo1gf12soi6DgRUpG+k10tfTC rY4vvOa2ujg6F5WngPwfCt9+45EW3M03JJV9zJ4i98WsmjVd5eft8xbLwNqXYP6NVke+WEn31 M6jhD6BQpEoehreeKgPL4xHuJYxitxrFLkFNkVi1hiY4amWoN7oJzCHjH6OKEDIMNVrdJpC8K roWaGrQyF6EG8b6/a9YaSthwfV6zp3jw9Q1J/6bKuBbBcHlX9PzWuYxN32YaB5tQAUdGjuE1E VH7VFHSUrpZSWv/vn0rTAyaiO2sG0nm0rErjvfAoyja3KiUeoHHxR++ZCLgwNDW34Td8= Subject: Re: [PHP-DEV] PHP7 releases vs Windows Sources? From: cmbecker69@gmx.de (Christoph Becker) Johannes Schlüter wrote: > On Mon, 2015-06-15 at 16:20 +0200, Christoph Becker wrote: > >> There is some difference (timestamps?) which causes building from the >> tarred sources to fail on Windows (see bug #69829). > > "touching" generated files as part of the packaging process is a good > idea for all platforms. The files generated from zend_language_parser.y are newer than the ZLP.y, and that caused the build to fail on my machine. After touching ZLP.y it worked. I had a closer look at the issue and found the problem is caused by zend_parse being defined as ZEND_API in zend_globals_macros.h, but as "normal" function in zend_language_parser.h/c. Fixing this provisionally let the build succeed, and also removing the declarations seems to work fine. -- Christoph M. Becker