Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44102 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78521 invoked from network); 30 May 2009 20:16:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 May 2009 20:16:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@schlueters.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=johannes@schlueters.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain schlueters.de from 83.243.58.134 cause and error) X-PHP-List-Original-Sender: johannes@schlueters.de X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:55824] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9C/F2-63575-E04912A4 for ; Sat, 30 May 2009 16:16:15 -0400 Received: (qmail 2461 invoked by uid 89); 30 May 2009 20:47:09 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@93.104.51.206) by mailout2.netbeat.de with ESMTPA; 30 May 2009 20:47:09 -0000 To: PHP Internals Cc: Pierre Joye , Greg Beaver Content-Type: text/plain Date: Sat, 30 May 2009 22:16:07 +0200 Message-ID: <1243714567.17224.1.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Subject: phar command and windows From: johannes@schlueters.de (Johannes =?ISO-8859-1?Q?Schl=FCter?=) Hi, what's the state of the phar command line tool on Windows? - I juat fetched a snapshot-zip and it was missing there, I remember some IRC discussion about some trouble as it's depending on the phar.phar being generated during the build. Does anybody have the time/kowledge to add the equivalent to @$(PHP_PHARCMD_EXECUTABLE) $(PHP_PHARCMD_SETTINGS) \ $(builddir)/phar.php pack -f $(builddir)/phar.phar \ -a pharcommand -c auto -x CVS -p 0 -s $(srcdir)/phar/phar.php \ -h sha1 -b "$(PHP_PHARCMD_BANG)" $(srcdir)/phar/ to the Windows build and add some phar.bat/phar.cmd calling the generated phar.phar? Thanks! johannes