Re: Update Binarytools

[email protected] (Jan Ehrhardt) Wed, 23 Dec 2015 00:59:47 +0100
Newsgroups php.windows
Message-ID <[email protected]>
Good guy in php.windows (Mon, 21 Dec 2015 16:13:09 +0000):
>On 21/12/2015 08:58, Martin Keckeis wrote:
>> the binary tools are pretty old - > last update was 2011
>>
>> Can someone please update it for VC11 and VC14?
>> https://wiki.php.net/internals/windows/stepbystepbuild#setup_the_build_directory
>>
>> http://windows.php.net/downloads/php-sdk/
>
>Try posting this on apachelounge as Steffen or Jan might give you the 
>link for their build.

We are talking about the binary tools here. They are pretty old
(php-sdk-binary-tools-20110915.zip), but AFAIK the only things you really
need to build PHP5 and PHP7 are bison.exe and re2c.exe. I am using the
ones from the old sdk binary tools and they still work fine:

C:\php-sdk>bison --version
bison (GNU Bison) 2.4.1
Written by Robert Corbett and Richard Stallman.

Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

C:\php-sdk>re2c --version
re2c 0.13.5
-- 
Jan