Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40160 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86806 invoked from network); 30 Aug 2008 16:41:07 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2008 16:41:07 -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 208.83.222.18 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 208.83.222.18 unknown Linux 2.6 Received: from [208.83.222.18] ([208.83.222.18:50378] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A5/D4-27196-22879B84 for ; Sat, 30 Aug 2008 12:41:07 -0400 Received: from mail.bluga.net (localhost.localdomain [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id CCCD8C0EAC5; Sat, 30 Aug 2008 09:40:32 -0700 (MST) Received: from Greg-Beavers-monster.local (CPE-76-84-4-101.neb.res.rr.com [76.84.4.101]) (using SSLv3 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 70B8FC0EAC1; Sat, 30 Aug 2008 09:40:32 -0700 (MST) Message-ID: <48B9781E.60502@chiaraquartet.net> Date: Sat, 30 Aug 2008 11:41:02 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Pierre Joye CC: internals@lists.php.net References: <48B955FD.804@chiaraquartet.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: [PHP-DEV] phar in win32 snapshots From: greg@chiaraquartet.net (Greg Beaver) Pierre Joye wrote: > hi, > > On Sat, Aug 30, 2008 at 4:15 PM, Greg Beaver wrote: > >> Hi, >> >> Is there a reason phar is built shared in win32 snapshots even though >> the default in config.w32 is to build it statically? >> > > The default config.w32 (besides being wrong) is shared. > > Why should it be built statically? It builds statically in vs 2008 with PHP_5_3 on my box, you are mistaken. For reasoning on static build, see the list archive. Thanks, Greg