Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:68202 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4875 invoked from network); 19 Jul 2013 13:34:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 19 Jul 2013 13:34:11 -0000 Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 217.114.211.66 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 217.114.211.66 config.schlueters.de Received: from [217.114.211.66] ([217.114.211.66:60767] helo=config.schlueters.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/C4-13120-25049E15 for ; Fri, 19 Jul 2013 09:34:11 -0400 Received: from [192.168.2.20] (ppp-188-174-56-141.dynamic.mnet-online.de [188.174.56.141]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by config.schlueters.de (Postfix) with ESMTPSA id D59A665D56; Fri, 19 Jul 2013 15:34:06 +0200 (CEST) To: Jan Ehrhardt Cc: internals@lists.php.net In-Reply-To: References: <1374233485.3918.42.camel@guybrush> <03aiu81ucujlb3apedm6fqc9jd33trm8mp@4ax.com> <1374236421.3918.47.camel@guybrush> Content-Type: text/plain; charset="UTF-8" Date: Fri, 19 Jul 2013 15:33:55 +0200 Message-ID: <1374240835.3918.76.camel@guybrush> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: PHP 5.5.1 released From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Fri, 2013-07-19 at 14:50 +0200, Jan Ehrhardt wrote: > Normal users do not generally build PHP, but there is a chance they use > a build system for compiling special extensions, Then it would be nice > if the zips contain the pregenerated parses. On http://windows.php.net/snapshots/ we provide development packages which allow a phpize-configure-nmake workflow similar to the Unix system without building the whole of PHP. Last time I tried this worked nicely. I do not know why that is not done for releases, too. (also follow the link there to http://windows.php.net/downloads/snaps/ ... not sure why the website has outdated versions ...) And another comparison to the Unix system: we have snaps.php.net which distributes pregenerated parsers for "normal" users and git for people who know what they do and have bison. Also sources from php.net/downloads.php have pregenerated parsers. > BTW: I am now running into another error, but I do not rule out it has > to do with my own setup. [...] > Are you using Update 2 of VC11? > http://blogs.msdn.com/b/somasegar/archive/2013/04/04/visual-studio-2012-update-2-now-available.aspx There I can't help. I currently don't own a Windows license I could use for that. johannes