Having browsed the net for a while, I've found that searching for a list of all the params available to add in the ./configure directive set when you make (compile) PHP is very hard to find since it will get you a lot of answers on how to use ini_set() and how to manipulate the php.ini file.
What I'm after - and it's probably available on the php.net site (which btw is one of the hardest sites to wrap your head around, navigation wise) - is a list / overview of what params are available and what they mean / do.
Just to avoid ambiguity, the params I mean are the ones used in a "configure" statement like so: (in PHP source folder) ./configure --enable-fpm --with-mysql --with-mysqli --with-gd etc etc etc.
Thanks.