Yes, 0.5.5 will have new configure options for this purpose:
--with-fpm-conf=/etc/php-fpm.ini
--with-fpm-log=/var/log/php-fpm.log
--with-fpm-pid=/var/run/php-fpm.pid
As for XML format that I hate personaly, please don't expect changes in the
near future. I'm looking for some kind of flexible config library to embedd
it into fpm but no luck.
--
Andrei Nigmatulin
GPG PUB KEY 6449830D
Now I lay me down to sleep(3)
Pray the OS my core to keep
If I die before I wake
Pray the Disk my core to take
Since you're using/patching PHP, it would make sense to use PHP routines and php.ini-style configs.
See parse_ini_file() function in ext/standard/basic_functions.c
--
Wbr,
Antony Dovgal
Is there a painless way to store structures and arrays in php-ini style file ?
In particular, I would like to see structure (global section of config) with
array (workers pools) of structures (particular workers pool config) with two
arrays (environment and php.ini key->value pairs) inside.
Try & see?
--
Wbr,
Antony Dovgal
If I would look for another format for php-fpm configuration file I would
rather choose some nice c-style syntax, like nginx.conf does have.