Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:56291 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 54652 invoked from network); 11 Nov 2011 21:42:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Nov 2011 21:42:15 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:53624] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/48-09898-6B69DBE4 for ; Fri, 11 Nov 2011 16:42:15 -0500 Received: by ggnk4 with SMTP id k4so5294440ggn.29 for ; Fri, 11 Nov 2011 13:42:11 -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; bh=A60XNj8YT9V937Ptw+/pqo2O7q9ZDG49p0oxIgfSPUw=; b=ussCF3imQgKkkT4uwgdGlSbSNX8Sv4dsRSHBs8HmsBs5xdmKGL4jVFQbh0JpmRO7r1 1r4wqmKVHVtGWLL2/0U7cBYU1nRr8NWwQqGxr16fvbesY2RwiHLDGT7gDNk1KXEFW9l6 gDxwPPnmmGtqQnCNuPOtH/0Z4OK+OQrTjyYb4= MIME-Version: 1.0 Received: by 10.146.181.25 with SMTP id d25mr6078502yaf.3.1321047731802; Fri, 11 Nov 2011 13:42:11 -0800 (PST) Received: by 10.146.168.7 with HTTP; Fri, 11 Nov 2011 13:42:11 -0800 (PST) In-Reply-To: <4EBD8967.8040606@lerdorf.com> 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> Date: Fri, 11 Nov 2011 22:42:11 +0100 Message-ID: To: Rasmus Lerdorf Cc: "Edward Z. Yang" , internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Load extensions for .user.ini files From: pierre.php@gmail.com (Pierre Joye) hi, On Fri, Nov 11, 2011 at 9:45 PM, Rasmus Lerdorf 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. Right, that's what I worry about this patch. I would not introduce this patch for anything but where dl is available. Cheers, -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org