On Fri, Nov 11, 2011 at 10:43 PM, Edward Z. Yang <ezy...@mit.edu> 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.  Does this
> 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,
-- 
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to