Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4061 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49401 invoked from network); 18 Aug 2003 07:39:51 -0000 Received: from unknown (HELO mail.zend.com) (192.117.235.230) by pb1.pair.com with SMTP; 18 Aug 2003 07:39:51 -0000 Received: (qmail 32305 invoked from network); 18 Aug 2003 07:39:48 -0000 Received: from localhost (HELO zeev-laptop.zend.com) (127.0.0.1) by localhost with SMTP; 18 Aug 2003 07:39:48 -0000 Reply-To: zeev@zend.com Message-ID: <5.1.0.14.2.20030818104512.055a9968@localhost> X-Sender: zeev@localhost X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 18 Aug 2003 10:47:49 +0300 To: Cc: internals@lists.php.net In-Reply-To: <20030817223043.93007.qmail@pb1.pair.com> References: <20030817040523.GM13013@quetzlcoatl.dodds.net> <20030817154601.GX13013@quetzlcoatl.dodds.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: [PHP-DEV] [PATCH] make dl() DTRT under safe mode From: zeev@zend.com (Zeev Suraski) At 01:30 18/08/2003, nicos@php.net wrote: >Well sure it will be more efficient, but then anyone will be able to use a >shared extension of someone else? Yes, there's nothing wrong with that. You're making it sound as if it's using other people's PHP code, which in almost all cases, it isn't. If you have something private and miraculously you were given permission by the administrator to install it, and you don't want others to use it, password protect it or something. >What about shared hostings and conflict names? I don't see a problem here at all. Again, this is not PHP code. Zeev