Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29306 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72768 invoked by uid 1010); 8 May 2007 06:27:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72753 invoked from network); 8 May 2007 06:27:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2007 06:27:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:47455] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 99/86-10930-B6810464 for ; Tue, 08 May 2007 02:27:55 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l486Rng8005076; Tue, 8 May 2007 08:27:49 +0200 Date: Tue, 8 May 2007 08:27:45 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Stanislav Malyshev cc: Gregory Beaver , Antony Dovgal , Lukas Kahwe Smith , Marcus Boerger , Edin Kadribasic , internals@lists.php.net In-Reply-To: <463F7271.4030306@zend.com> Message-ID: References: <139872287.20070504170744@marcus-boerger.de> <9DC00D11-00A5-40DB-A397-8454C48FA448@prohost.org> <1525138013.20070504193205@marcus-boerger.de> <463B70A1.4010505@zend.com> <463B7232.7000205@php.net> <463B8B36.5010906@zend.com> <1992195966.20070504214413@marcus-boerger.de> <463B9271.3040009@zend.com> <1348470081.20070504221609@marcus-boerger.de> <463EB3FD.4020009@zend.com> <1062653277.20070507092725@marcus-boerger.de> <463F1930.7030004@pooteeweet.org> <463F1CE6.1020805@zend.com> <463F6DCE.6070002@chiaraquartet.net> <463F7271.4030306@zend.com> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: derick@php.net (Derick Rethans) On Mon, 7 May 2007, Stanislav Malyshev wrote: > > PHP_Archive-based phar archives will no longer work once > > allow_url_include is off and user streams wrappers are marked as remote. > > So, it won't work with 100% of new installations in future PHP versions. > > I guess we are solving the wrong problem. We have: > 1. phar needs script-defined named streams > 2. Named streams are prohibited by some config option > 3. Let's pretend this stream is not actually what it is > 4. Let's create whole new extension for that and put it into main PHP > > I think this process is wrong. If we have problem with names streams usage in > apps, we should seek solutions there, not invent modules just to work around > the problem we ourselves create. So why don't you come up with a different "better" solution then? regards, Derick