Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56293 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57161 invoked from network); 11 Nov 2011 21:44:34 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2011 21:44:34 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:64152] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/E8-09898-1479DBE4 for ; Fri, 11 Nov 2011 16:44:34 -0500 Received: by yenm5 with SMTP id m5so4139192yen.29 for ; Fri, 11 Nov 2011 13:44:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=YysFYZgxOV/ruC9itVz9w/BJbhI2wKxTO56UCzR9wko=; b=EDH98rCWlTLmXh4yDxPaLqdpstEXp5sqgUYbBc9JESitDo1qaO0PA/AM31GQjzIOwI lZNKhjkRWDmSG22yeAD+0B3QP6HcjYvk5UTTNBE0bsNrO2F51V7pQfo+/TReml3/dDK4 Ey31CxDbPsaWiBuB0JQYziFLC2JqmJx60jyfc= MIME-Version: 1.0 Received: by 10.146.190.21 with SMTP id n21mr883076yaf.39.1321047871394; Fri, 11 Nov 2011 13:44:31 -0800 (PST) Received: by 10.146.168.7 with HTTP; Fri, 11 Nov 2011 13:44:31 -0800 (PST) In-Reply-To: <1321047664-sup-8238@ezyang> References: <1320740449-sup-5688@ezyang> <4EB8EAF1.3040104@lerdorf.com> <1320981061-sup-2803@ezyang> <4EBD79A5.2020604@lerdorf.com> <1321040435-sup-2225@ezyang> <4EBD8967.8040606@lerdorf.com> <1321047664-sup-8238@ezyang> Date: Fri, 11 Nov 2011 22:44:31 +0100 Message-ID: To: "Edward Z. Yang" Cc: Rasmus Lerdorf , internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Load extensions for .user.ini files From: pierre.php@gmail.com (Pierre Joye) On Fri, Nov 11, 2011 at 10:43 PM, Edward Z. Yang wrote: >> The other issue with your patch is that you are enabling this for the >> fpm sapi. I thought we agreed that this should only be in the sapis that >> supported dl() and those are cgi, cli and embed. And .user.ini doesn't >> apply to embed, so it would just be cli and cgi because these are the >> non-persistent cases where there is no danger of screwing up the next >> request with a bad extension in a .user.ini file. > > Hmm, it looks like cli doesn't have .user.ini support at all. =A0Does thi= s > mean we should implement .user.ini for these SAPIs? I'd be in favor. Yes, that's on our todos :) The idea is to take all the code out of fcgi or fpm and shares it across all (relevant) SAPIs. Cheers, --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org