Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40157 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59992 invoked from network); 30 Aug 2008 15:15:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 30 Aug 2008 15:15:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=steph@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=steph@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 64.99.136.171 as permitted sender) X-PHP-List-Original-Sender: steph@php.net X-Host-Fingerprint: 64.99.136.171 smtprelay-virgin0171.hostedemail.com Linux 2.5 (sometimes 2.4) (4) Received: from [64.99.136.171] ([64.99.136.171:41615] helo=smtprelay-virgin.hostedemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 64/4F-27196-6F369B84 for ; Sat, 30 Aug 2008 11:15:05 -0400 Received: from filter.hostedemail.com (ff-bigip1 [10.5.19.254]) by smtprelay06.hostedemail.com (Postfix) with SMTP id 9805165A9E9; Sat, 30 Aug 2008 15:14:58 +0000 (UTC) X-SpamScore: 1 X-Spam-Summary: 2,0,0,a6704321015ba486,492c2682bb135252,steph@php.net,,RULES_HIT:355:379:539:540:541:542:543:567:599:601:973:988:989:1155:1156:1260:1277:1311:1313:1314:1345:1437:1515:1516:1518:1534:1540:1587:1593:1594:1711:1730:1747:1766:1792:2073:2075:2078:2393:2559:2562:2828:3027:3352:3865:3866:3867:3868:3869:3870:3871:3872:3873:3874:5007:6119:6261:7653:7875:7903,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:,MSBL:none,DNSBL:none Received: from foxbox (62-31-252-132.cable.ubr07.shef.blueyonder.co.uk [62.31.252.132]) (Authenticated sender: steph.fox) by omf12.hostedemail.com (Postfix) with ESMTP; Sat, 30 Aug 2008 15:14:57 +0000 (UTC) Message-ID: <00b801c90ab3$61191fb0$84fc1f3e@foxbox> To: "Pierre Joye" , "Greg Beaver" Cc: References: <48B955FD.804@chiaraquartet.net> Date: Sat, 30 Aug 2008 16:16:28 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-session-marker: 73746570682E666F78 Subject: Re: [PHP-DEV] phar in win32 snapshots From: steph@php.net ("Steph Fox") >> 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. ARG_ENABLE("phar", "disable phar support", "yes"); I'm still not in a position to test and uncover what you might mean by 'wrong' - just no time these days to spend however long it takes to install a new compiler while backing up the old and etc etc etc. I do know, though, that it all worked fine before the build system was 'upgraded' and several of the other config.w32 files across the core were 'fixed' to accommodate those changes. > Why should it be built statically? Because that's what it says in the config file. Unless you've altered ARG_ENABLE() to mean something different? - Steph