Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37533 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67261 invoked from network); 8 May 2008 07:15:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2008 07:15:52 -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 209.85.200.171 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: 209.85.200.171 wf-out-1314.google.com Received: from [209.85.200.171] ([209.85.200.171:29491] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/18-09232-7A8A2284 for ; Thu, 08 May 2008 03:15:52 -0400 Received: by wf-out-1314.google.com with SMTP id 26so608844wfd.26 for ; Thu, 08 May 2008 00:15:48 -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=rBctdZq1cjuEOHjaoykS+VQTu6kEjW3oDPMUW/70KBs=; b=VmwP4/dG+jnDVkSJZZ2FwHffzLtNFHBAs98Y1pNXGSVk8m+qRr8kjpaihOTgZ9MhRBDmpw+25Z7noMAvJCKAAoVlWzvA332BprNu/lqlfUHG5nm3b6cQ0bB3Dco86I4uRm8N8y29JAZA1PAMst1u/cbP03gNNNot+RNkE0QE+6s= 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=H7edNf3qDWfqwNwX4JmPerXgQDo3oRMrww3DEuiiBrV2qJ0gXiykMGuR+cWKrP0L83c227mGvuF51waDHbbtSQI4QeKS4DCplFyv9MNJlhLlPhcj3M7sbRWnoOhpudgkSj7k5ZulqdJ2ccWuXZy11IutAAajTW+/BYR89NfmMsg= Received: by 10.142.156.2 with SMTP id d2mr1252732wfe.219.1210230948045; Thu, 08 May 2008 00:15:48 -0700 (PDT) Received: by 10.142.170.21 with HTTP; Thu, 8 May 2008 00:15:47 -0700 (PDT) Message-ID: <7f3ed2c30805080015w13f47e20g5cd41cf20b18b683@mail.gmail.com> Date: Thu, 8 May 2008 09:15:47 +0200 To: "Steph Fox" Cc: "Stanislav Malyshev" , "Elizabeth M Smith" , internals@lists.php.net In-Reply-To: <006601c8b0a4$fa348450$4001a8c0@foxbox> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <48220D80.7020905@zend.com> <4A.62.20715.83012284@pb1.pair.com> <48221134.3070209@zend.com> <006601c8b0a4$fa348450$4001a8c0@foxbox> Subject: Re: [PHP-DEV] Re: snaps scripts From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Thu, May 8, 2008 at 2:46 AM, Steph Fox wrote: > > > Thanks! I wasn't aware of --enable-snapshot-build - maybe it will do > everything I wanted from it, will check. > > > > Maybe we need to re-organize configure --help output to put this kind of > info near the top :) ...or increase the readability of the windows build manual: http://no.php.net/manual/en/install.windows.building.php Currently it does mention the option though: " A very useful configure option to build snapshots is --enable-snapshot-build, which add a new compiling mode (nmake build-snap). This tries to build every extension available (as shared, by default), but it will ignore build errors in individual extensions or SAPI. " Given the amount of questions this list has been getting over the last weeks about Windows building I would really appreciate if someone of you Windows people could take a look at that manual page and improve it. -Hannes