Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37524 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66077 invoked from network); 7 May 2008 20:22:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2008 20:22:54 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.170.190 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.170.190 rn-out-0910.google.com Received: from [64.233.170.190] ([64.233.170.190:40612] helo=rn-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/A1-20715-E9F02284 for ; Wed, 07 May 2008 16:22:54 -0400 Received: by rn-out-0910.google.com with SMTP id i24so234830rng.0 for ; Wed, 07 May 2008 13:22:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bPk1tqiC2KrszPnOuTHA1c132O26YQvdNQ6sMEBde5c=; b=cYkn2+JELlkA7itjOEDmcJrNxCU4PwIJpo9NaVmpiyrXIITkds5E9/f4uzQii/E9qu7KLAbyMZLgq2kzdmquUtgz4XnI4i0pA+ghPXwcXJzaOsGEhIPlOxehk/NSxbfjmS2fKtdDNsfRuQPW8cM51oiOklDcbvqU/OLdUXIV/eo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RG3+rnutKS1DqYRFPfrvp7R1wDf0/B/LwQ+rAW2Sg+HZMFJtFhNUiBQr0ZDYeyHXxzie0sbvqlGwfIOiKIQ4ChBjSVsEc2/0CQYD4Ztth+KO8n1ehb8UI2f5h7GQdUo+k0M9jeZCXDTTXHGatjQdvRNnFItg1BFbkB1okHVTAOg= Received: by 10.142.47.6 with SMTP id u6mr1054951wfu.29.1210191771239; Wed, 07 May 2008 13:22:51 -0700 (PDT) Received: by 10.142.170.21 with HTTP; Wed, 7 May 2008 13:22:51 -0700 (PDT) Message-ID: <7f3ed2c30805071322w1984ebc1w9e884c3ac8b24c9b@mail.gmail.com> Date: Wed, 7 May 2008 22:22:51 +0200 To: "Stanislav Malyshev" Cc: "PHP Internals" In-Reply-To: <48220D80.7020905@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48220D80.7020905@zend.com> Subject: Re: [PHP-DEV] snaps scripts From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Wed, May 7, 2008 at 10:13 PM, Stanislav Malyshev wrote: > Hi! > > Are the scripts used to build snapshots at snaps.php.net (esp. windows > ones) publicly available from somewhere? I don't think any windows build scripts are available anywhere. The snaps.php.net/index.php is available in systems/snaps_index.php and the tars are built with systems/update-snapshots (or should at least). I believe Pierre, Richard, Elizabeth and Scott did some changes to the Windows release builds to eliminate a bus factor of one, but I don't think any "official scripts" exist. -Hannes