Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40763 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 61434 invoked from network); 29 Sep 2008 11:32:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Sep 2008 11:32:24 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.179 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.179 mho-02-bos.mailhop.org Received: from [63.208.196.179] ([63.208.196.179:55757] helo=mho-02-bos.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 04/05-36431-6CCB0E84 for ; Mon, 29 Sep 2008 07:32:23 -0400 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1KkGzD-0009kg-TW; Mon, 29 Sep 2008 11:32:20 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19t6u5i4IKUS7Qpt6+sF+Pgy62seFnfZN0= Message-ID: <48E0BCB8.3090709@sci.fi> Date: Mon, 29 Sep 2008 14:32:08 +0300 Reply-To: jani.taskinen@iki.fi User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: Marcus Boerger CC: PHP Developers Mailing List , jani.taskinen@iki.fi References: <48E0B8C4.3000702@sci.fi> <130203877.20080929132442@marcus-boerger.de> In-Reply-To: <130203877.20080929132442@marcus-boerger.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Disable PHAR by default From: jani.taskinen@sci.fi (Jani Taskinen) Top posting since you started it.. :) Yes, I do disable everything I don't need. You don't need to lecture me about that. I was just pointing out that this ext/phar/ seems to do things most enabled by default extensions don't do. Like affect the very core of PHP. So enabling such by default isn't very good idea IMO.. And this extension was sneaked in core by promising something along the lines of 'it will not be enabled by default'...iirc.. --Jani Marcus Boerger wrote: > Hello Jani, > > we're in alpha and fix all of those issues. > > in contrast to 99.9% of our users it is very easy for you to disable it. > But the majority will only get the extension when we enable by default. And > it is one of the big plans for 5.3 to finally support native packaging to > make a lot of things easier. Once again if you don't like it, just disable > it like you configure any of your installations specifically for your > needs - others cannot. > > marcus > > Monday, September 29, 2008, 1:15:16 PM, you wrote: > >> Seems like PHAR causes quite unexpected things, f.e. >> http://bugs.php.net/bug.php?id=46194 where PHP crashes if file does not >> exist. Please, can this crap be disabled by default (ALWAYS) and only >> those who actually need it can enable it? > >> --Jani > > > > > > Best regards, > Marcus >