Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:27779 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33990 invoked by uid 1010); 4 Feb 2007 23:28:11 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33972 invoked from network); 4 Feb 2007 23:28:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2007 23:28:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=pollita@php.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pollita@php.net; sender-id=unknown; domainkeys=good Received-SPF: error (pb1.pair.com: domain php.net from 140.211.166.39 cause and error) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pollita@php.net X-Host-Fingerprint: 140.211.166.39 osu1.php.net Linux 2.4/2.6 Received: from [140.211.166.39] ([140.211.166.39:36784] helo=osu1.php.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/83-18726-B0C66C54 for ; Sun, 04 Feb 2007 18:28:11 -0500 X-DomainKeys: Ecelerity dk_sign implementing draft-delany-domainkeys-base-01 DomainKey-Signature: q=dns; a=rsa-sha1; c=nofws; s=mx; d=php.net; h=From:Subject:To:Date; b=BNFZecXfnFyif0AKYEGzoQFhvlZu4lj7QX1cc2VPbrNhNlMASmbgHy2cFUV4eafH U6YOUZ3IvMHlf5qDONlVkbkUiUuoE2LjKeVafQT1idhdT5mKYpp9Fo5zmbPZX14P Authentication-Results: osu1.php.net smtp.user=pollita; auth=pass (LOGIN) X-Host-Fingerprint: 69.181.128.213 unknown Received: from [69.181.128.213] ([69.181.128.213:51226] helo=[192.168.1.100]) by osu1.php.net (ecelerity 2.1.1.11-rc1 r(13363/13364M)) with ESMTPSA (cipher=AES256-SHA) id 1D/B2-12711-58C66C54 for ; Sun, 04 Feb 2007 15:30:13 -0800 Message-ID: <45C66C28.1040209@php.net> Date: Sun, 04 Feb 2007 15:28:40 -0800 User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: Wez Furlong CC: internals@lists.php.net References: <84D43AA9-5958-4E0B-8806-825B0CBA38BD@omniti.com> In-Reply-To: <84D43AA9-5958-4E0B-8806-825B0CBA38BD@omniti.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: RFC extensions_path directive From: pollita@php.net (Sara Golemon) > To facilitate this, I propose that we create a new directive called > extensions_path that allows the sysadmin to configure a search path for > extensions. I see the usage as going something like this: > > extensions_path = "/local/extensions:$DEFAULT_EXTENSIONS_DIR" > Seems very useful and a good tool for administrators to keep their installations organized. +1, but I'd rather see extension_dir expanded than add a new option which does much the same thing. -Sara