Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:43505 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 78726 invoked from network); 27 Mar 2009 01:54:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Mar 2009 01:54:14 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.158 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 72.14.220.158 fg-out-1718.google.com Received: from [72.14.220.158] ([72.14.220.158:43434] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 50/2D-30978-6C13CC94 for ; Thu, 26 Mar 2009 20:54:14 -0500 Received: by fg-out-1718.google.com with SMTP id l26so900879fgb.0 for ; Thu, 26 Mar 2009 18:54:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=IyTWsdzEmCejHoJFol57xLm3AN+CJ0JzThLuOZ6wmFw=; b=BjEP4lREgzS8tWzflhEtiYri7OXRSX0MxZtOxPJP4DDf52FigIg3zlWMBfvFLaonWS lg1eIAIu3zoGIetsLRDBjNYLjQUEU4eHsad6oUxx1+wF2IEBVDzhtsQJK6pvWbV3EbmL iMy0oXhDSRR00/XPgZbVwLUQl67HEklzWuRL8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=gs4Z2auK2jgOlWUaSwi4AycKsrRgRLfdZBdn9OEYkxpE/pEcAhLt1KKOCnT8goq4qT 82TFZwHdmDmgMMO0V9u1voA9dn3YplZhl5uGojYrZujPgDwfuwmirOiZWhzOODXZNYIQ vKw23QYig8UjLiLMra0ZbiagXbU0fT4SV43LY= MIME-Version: 1.0 Sender: kalle.php@gmail.com Received: by 10.86.59.2 with SMTP id h2mr1693473fga.73.1238118851113; Thu, 26 Mar 2009 18:54:11 -0700 (PDT) In-Reply-To: <49CC1DCD.6080508@chiaraquartet.net> References: <49CBCACF.1060407@gmail.com> <49CC1DCD.6080508@chiaraquartet.net> Date: Fri, 27 Mar 2009 02:54:11 +0100 X-Google-Sender-Auth: c83ca8751bc0e352 Message-ID: <2dedb8a0903261854l45921cau389dc8c74638b217@mail.gmail.com> To: Greg Beaver Cc: Pierre Joye , "Ionut G. Stan" , PHP Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Minor problems with PHP 5.3.0 RC1 on Windows From: kalle@php.net (Kalle Sommer Nielsen) 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 (ca= uses >>> confusion) >> >> Will be change when we are sure of the built type (builtin or shared) > > What is the debate? =A0Whether 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=3Dphp_phar.dll will be useless in php.ini. > > Greg > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Kalle Sommer Nielsen kalle@php.net