Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40771 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 98419 invoked from network); 29 Sep 2008 13:19:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2008 13:19:38 -0000 Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=Johannes.Schlueter@Sun.COM; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 192.18.6.24 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 192.18.6.24 gmp-eb-inf-2.sun.com Solaris 10 (beta) Received: from [192.18.6.24] ([192.18.6.24:39740] helo=gmp-eb-inf-2.sun.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 55/AC-36431-9E5D0E84 for ; Mon, 29 Sep 2008 09:19:38 -0400 Received: from fe-emea-09.sun.com (gmp-eb-lb-2-fe2.eu.sun.com [192.18.6.11]) by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id m8TDJZVn014807 for ; Mon, 29 Sep 2008 13:19:35 GMT Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) id <0K7Y00201ISV6H00@fe-emea-09.sun.com> (original mail from johannes@php.net) for internals@lists.php.net; Mon, 29 Sep 2008 14:19:35 +0100 (BST) Received: from [192.168.1.101] ([82.135.70.184]) by fe-emea-09.sun.com (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTPSA id <0K7Y00J9CKZQQHA0@fe-emea-09.sun.com>; Mon, 29 Sep 2008 14:19:02 +0100 (BST) Date: Mon, 29 Sep 2008 15:19:01 +0200 In-reply-to: Sender: Johannes.Schlueter@Sun.COM To: Alexey Zakhlestin Cc: jani.taskinen@iki.fi, Marcus Boerger , PHP Developers Mailing List Message-ID: <1222694341.4597.5.camel@goldfinger.johannes.nop> MIME-version: 1.0 X-Mailer: Evolution 2.22.3.1 (2.22.3.1-1.fc9) Content-type: text/plain; charset=utf-8 Content-transfer-encoding: 8BIT References: <48E0B8C4.3000702@sci.fi> <130203877.20080929132442@marcus-boerger.de> <48E0BCB8.3090709@sci.fi> Subject: Re: [PHP-DEV] Disable PHAR by default From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Mon, 2008-09-29 at 15:35 +0400, Alexey Zakhlestin wrote: > It can be disabled during beta-phase. > Currently, we should focus on finding bugs and fixing those — that's > what alpha is about. It's easier to do this, if phar is enabled. Exact. That's my idea, too. By enabling by default we get more tests of at least the basic functionality, maybe not functional tests but more runs of make test and way more testing of fancy overwrites phar does. Additionally a /working/ phar is an extremely helpful feature for many people. So, if the problems continue we have to disable it (or possibly even drop it), if it stabilizes well we probably keep it enabled. Same goes for other stuff newly enabled by default. johannes