Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37525 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69518 invoked from network); 7 May 2008 20:25:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2008 20:25:32 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:22286] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4A/62-20715-83012284 for ; Wed, 07 May 2008 16:25:30 -0400 Message-ID: <4A.62.20715.83012284@pb1.pair.com> To: internals@lists.php.net Date: Wed, 07 May 2008 16:25:23 -0400 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 References: <48220D80.7020905@zend.com> In-Reply-To: <48220D80.7020905@zend.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: snaps scripts From: auroraeosrose@gmail.com (Elizabeth M Smith) Stanislav Malyshev wrote: > Hi! > > Are the scripts used to build snapshots at snaps.php.net (esp. windows > ones) publicly available from somewhere? As far as I know, they're not - however the important stuff is all taken care of by the makefile and windows configure scripts as long as you use --enable-snapshot-build when compiling. That includes detecting a pecl folder (for pecl extensions) detecting the php_build (windows libraries) location, and even zipping up the finished product. The snap scrips just do a cvs checkout, set the environment variables for the compiler (this varies for every machine) and then calls buildconf, configure --enable-snapshot-build, and finally nmake snap The finished builds (which the makefile packages) are then ssh'd into place. Is there something you need that a cvs checkout and --enable-snapshot-build can't provide on windows? Thanks, Elizabeth Smith