Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 28837 invoked from network); 6 Feb 2015 20:30:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2015 20:30:06 -0000 Authentication-Results: pb1.pair.com header.from=leverton@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=leverton@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: leverton@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:46484] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EF/D1-19086-A4425D45 for ; Fri, 06 Feb 2015 15:30:05 -0500 Received: by mail-pa0-f42.google.com with SMTP id bj1so19585081pad.1 for ; Fri, 06 Feb 2015 12:30:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mO/Rca0EEuOdWsLmU1Aw+ef5Wm87xJxwBI8NdloWe44=; b=wc8MypM2o5QDqyxfoDSsuwmWSxclhfjzCDxs+A84nknOlJWkk+QlwmqdH3CY2i+N8n YB9auiyZIry3cqksZL1PgOve5P3hvMrU1YXs2e8k7j9XV1L3hWa2d0OT2zUV9BAAQq5g DPoDe5EEdqKBvmJlu2lYqumFhsE5RJFdIqkbOag5kH1WlZp3t8cvM9RqYq1rTvJh4Hdx tiKCu/+eBa6uaX+Rh8sqhmnWRll65L7MOcRonBvigtXWqMY4PbYKzUdo25DIYFvgD+af /RV3ivAloXWDww29zadJkCdUJG3kHKXSfLPIO7kFgjjJr4m7T9W+ximEU20SaK34frF9 ar7g== MIME-Version: 1.0 X-Received: by 10.66.121.134 with SMTP id lk6mr8642822pab.71.1423254599736; Fri, 06 Feb 2015 12:29:59 -0800 (PST) Received: by 10.70.65.130 with HTTP; Fri, 6 Feb 2015 12:29:59 -0800 (PST) In-Reply-To: References: Date: Fri, 6 Feb 2015 14:29:59 -0600 Message-ID: To: Yasuo Ohgaki Cc: "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][DISCUSSION] Introduce scrpt_path From: leverton@gmail.com (Matthew Leverton) On Fri, Feb 6, 2015 at 1:02 PM, Yasuo Ohgaki wrote: > > Basically, it's administrative solution. Application should set these > setting > or administrator should. > > Library shouldn't touch the setting, otherwise they hit their own foot. > If this was a PHP_INI_PERDIR setting, then I wouldn't really mind as much. But as PHP_INI_USER, I don't like it at all. -- Matthew Leverton