On Thu, Apr 15, 2010 at 1:21 PM, Zeev Suraski <z...@zend.com> wrote: > BTW - I think the include discussion is very much secondary here. I'm not > sure why we really need include for this particular config file, and it may > make sense to separate these two things altogether - moving to fpm.ini, and > whether or not we want .ini files to support include. > Yep, this what I'm trying to say. I thought that the include parameter in the global.ini is just a normal config variabla, which isn't interpreted by the php parse ini method, only just tells the fpm, to include that files manualy and merge the contents of that files into the original configuration parsed from the global.ini. But as far as I understand the patch and the discussion, it seems that Jerome proposed to change the internal working of the ini parsing, to add general support for includes.
Tyrael