Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44216 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 37151 invoked from network); 10 Jun 2009 15:36:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2009 15:36:26 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.198.238 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.198.238 rv-out-0506.google.com Received: from [209.85.198.238] ([209.85.198.238:1217] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D9/92-50806-9F2DF2A4 for ; Wed, 10 Jun 2009 11:36:26 -0400 Received: by rv-out-0506.google.com with SMTP id f9so262554rvb.23 for ; Wed, 10 Jun 2009 08:36:23 -0700 (PDT) Received: by 10.142.147.15 with SMTP id u15mr606887wfd.152.1244648183276; Wed, 10 Jun 2009 08:36:23 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id 31sm2914240wff.4.2009.06.10.08.36.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 10 Jun 2009 08:36:22 -0700 (PDT) Message-ID: <4A2FD2F5.6010605@chiaraquartet.net> Date: Wed, 10 Jun 2009 10:36:21 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: doing phar.phar on windows From: greg@chiaraquartet.net (Greg Beaver) Hi, I don't see an obvious way to build the phar.phar on windows. Can someone with knowledge of how configure.js works (i.e. a Pierre) give me a tip on how to tell it to make phar.phar after building Release_TS/php.exe or Debug_TS/php.exe? Otherwise, it would also be easy to provide a simple script that builds the phar.phar, and have the snapshot builder run the script. Which way would be better? Thanks, Greg