This RFC discusses the FPM configuration file syntax and it's replacement from XML to INI.
WE ARE NOT TALKING HERE ABOUT CHANGING SOMETHING INTO main/* or Zend/*. This dicussion is about sapi/fpm ONLY
FPM (FastCGI Process Manager) is under discussion for its inclusion into the PHP core distribution. See the RFC.
Until now, FPM uses a XML configuration file. It's been discussed several times with passion:
But it comes that we almost all agree to change it to INI. This RFC propose a INI syntax for FPM.
I propose to implement the previous requirements this way:
include=/etc/fpm.d/www.my.site.com.conf include=/etc/fpm.d/*.conf
[globals]
daemonize = yes
environment[PATH] = /bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin php_define[sendmail_path] = /bin/mini_sendmail -t -i -fwww@my.site.com
[www.my.site.com]
In this section, I want to propose to rename some of the yet know directives.