Re: [PHP-DEV] [PATCH] Enable extension loading from .user.ini when run as CGI.

2012-07-27 Thread Pierre Joye
On Sat, Jul 28, 2012 at 8:34 AM, Pierre Joye wrote: >> Sure, I can split in two. Does PHP use pull requests? > > Yes, via github's php mirror, see https://wiki.php.net/vcs/gitworkflow https://github.com/php/php-src -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org -- PH

Re: [PHP-DEV] [PATCH] Enable extension loading from .user.ini when run as CGI.

2012-07-27 Thread Pierre Joye
On Sat, Jul 28, 2012 at 8:27 AM, Edward Z. Yang wrote: > Excerpts from Pierre Joye's message of Sat Jul 28 02:20:51 -0400 2012: >> > Functionality is not included for other SAPIs because they either do not >> > support .user.ini (e.g. CLI) or they serve multiple requests and thus >> > do not suppo

Re: [PHP-DEV] [PATCH] Enable extension loading from .user.ini when run as CGI.

2012-07-27 Thread Edward Z. Yang
Excerpts from Pierre Joye's message of Sat Jul 28 02:20:51 -0400 2012: > > Functionality is not included for other SAPIs because they either do not > > support .user.ini (e.g. CLI) or they serve multiple requests and thus > > do not support dl() (e.g. FastCGI). > > dl has been disabled in FastCGI

Re: [PHP-DEV] [PATCH] Enable extension loading from .user.ini when run as CGI.

2012-07-27 Thread Pierre Joye
Hi Edward, On Sat, Jul 28, 2012 at 12:57 AM, Edward Z. Yang wrote: > From: "Edward Z. Yang" > > Functionality is not included for other SAPIs because they either do not > support .user.ini (e.g. CLI) or they serve multiple requests and thus > do not support dl() (e.g. FastCGI). dl has been disa