Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:70219 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97256 invoked from network); 20 Nov 2013 09:58:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Nov 2013 09:58:18 -0000 Authentication-Results: pb1.pair.com smtp.mail=mike.php.net@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=mike.php.net@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.176 as permitted sender) X-PHP-List-Original-Sender: mike.php.net@gmail.com X-Host-Fingerprint: 209.85.217.176 mail-lb0-f176.google.com Received: from [209.85.217.176] ([209.85.217.176:38652] helo=mail-lb0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/C1-20870-9B78C825 for ; Wed, 20 Nov 2013 04:58:17 -0500 Received: by mail-lb0-f176.google.com with SMTP id x18so1582774lbi.35 for ; Wed, 20 Nov 2013 01:58:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=rrGD/bMJVwFXuIjlT8D/iGkadNTQTmGHGaJa/PAqaMU=; b=m7Ov1q9S4TRhj28eGFT1bjsWAsIi2/YDAovPYHu/o0rFpQ/2/0SwBFJa2tQMNCbB/I SXm7Q6rrt0OTe0OmM5mOyRe+E+d+4zhS+VfD6cGlrPMx6/9zm0mRmHNN4JlS7SxKToJs hmuLfC0NE0acmq80wB6UvznTCXH4SUhpW2845zyRiG0mOQa9b1vqMXLaPcNA01HMB9Tv Jq1AnYFFA6/4nrZqWmr6jPTqWC10ssEk4PaYtOmWalEL6o4o588xGA6bpcSlR1V65Mnk XKteIPAqKIzFIsg2EfmCwc9sGGWVAM0ZOnL4QqDPGM5Wkn4WSSwjVT+uGSa7+uQEsfOc eTvQ== MIME-Version: 1.0 X-Received: by 10.112.145.105 with SMTP id st9mr170491lbb.46.1384941494337; Wed, 20 Nov 2013 01:58:14 -0800 (PST) Sender: mike.php.net@gmail.com Received: by 10.114.184.19 with HTTP; Wed, 20 Nov 2013 01:58:14 -0800 (PST) In-Reply-To: References: Date: Wed, 20 Nov 2013 10:58:14 +0100 X-Google-Sender-Auth: qlv1GlFLL4zH1QUV1LXk0PWBm3c Message-ID: To: Sebastian Krebs Cc: Richard Quadling , PHP internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Allowing [SAPI=] entries in ini files. From: mike@php.net (Michael Wallner) On 19 November 2013 19:51, Sebastian Krebs wrote: > Just my 2 cents, but that sounds more like an issue with your > provider/hoster and not with PHP. I always thought of the additional > php.ini as a way to change some details and not a way to set up the whole > runtime. Especially when a user has write access to that file it seems to > me also an security issue, when PHP allows to set/change critical settings > there. You totally miss the point, Sebastian. As Richard already explained in his example, he as access to the ini-scan-dir, so he could set whatever setting he wants, just not SAPI-specific, but for all SAPIs. -- Regards, Mike