I am trying to find where php is loading its ini file when I use it from the command line on Windows Vista. But when I run
php -info
Although it gives my the phpinfo() output, there is so much output that even scrolling up I can only see the last third or so.
Is there a way of paging the output?
You also could try php -info | more, unsure if it still works in Vista, though.