Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43506 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91070 invoked from network); 27 Mar 2009 02:33:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2009 02:33:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.198.235 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.198.235 rv-out-0506.google.com Received: from [209.85.198.235] ([209.85.198.235:32879] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/DE-30978-4FA3CC94 for ; Thu, 26 Mar 2009 21:33:24 -0500 Received: by rv-out-0506.google.com with SMTP id k40so873581rvb.23 for ; Thu, 26 Mar 2009 19:33:21 -0700 (PDT) Received: by 10.114.106.13 with SMTP id e13mr1068323wac.128.1238121201040; Thu, 26 Mar 2009 19:33:21 -0700 (PDT) Received: from pcp041105pcs.unl.edu (pcp041105pcs.unl.edu [129.93.124.44]) by mx.google.com with ESMTPS id n40sm1016574wag.13.2009.03.26.19.33.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 26 Mar 2009 19:33:20 -0700 (PDT) Message-ID: <49CC3AEE.6040704@chiaraquartet.net> Date: Thu, 26 Mar 2009 21:33:18 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Kalle Sommer Nielsen CC: Pierre Joye , "Ionut G. Stan" , PHP Internals References: <49CBCACF.1060407@gmail.com> <49CC1DCD.6080508@chiaraquartet.net> <2dedb8a0903261854l45921cau389dc8c74638b217@mail.gmail.com> In-Reply-To: <2dedb8a0903261854l45921cau389dc8c74638b217@mail.gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Minor problems with PHP 5.3.0 RC1 on Windows From: greg@chiaraquartet.net (Greg Beaver) Kalle Sommer Nielsen wrote: > Hi Greg > > 2009/3/27 Greg Beaver : > >> Pierre Joye wrote: >> >> >>>> - php_phar.dll present as an option in php.ini but there is no need (causes >>>> confusion) >>>> >>> Will be change when we are sure of the built type (builtin or shared) >>> >> What is the debate? Whether windows build should match unix build? >> > > The question is that, should Phar be built staticlly or shared by > default in the Windows distro, as it is right now then Phar is built > staticlly and if its kept that way then extension=php_phar.dll will be > useless in php.ini. > Hi, My next question is why there is still debate on this question when the question was settled by the RMs on internals on Nov. 18, 2008 http://marc.info/?l=php-internals&m=122684228317217&w=2 This is why I am asking - am I confused about the finality of this decision? Greg