Hi,
I've been having lots of trouble with nginx + spawnfcgi script because
I'm using FirePHP for debugging which outputs tons of messages (via
headers). It works fine without the debugging output.
Anyway, I've decided to use php-fpm and got it running on PHP 5.3.0,
but I can't see an option to supply the path of php.ini, like I could
with spawnfcgi. Therefore, the PHP is running without the config file
with default settings, which make my application completely broken (no
extensions).
How can I specify which php.ini to use?
Thank you,
Matic