hmm, I think maybe we had different things in our minds regarding what a config script is.
I certainly don't think that the web server should be writing out executable php scripts, if that is what you are asking?
OTOH, I have seen many examples of php configuration files done by simply setting values in an array, looking up other values from other places and so forth - i.e., an executable configuration file written in php.
I think it is a bit of a jump though to assume that the author was suggesting that the web server be able to write executable php files?
I certainly don't think that the web server should be writing out executable php scripts, if that is what you are asking?
OTOH, I have seen many examples of php configuration files done by simply setting values in an array, looking up other values from other places and so forth - i.e., an executable configuration file written in php.
I think it is a bit of a jump though to assume that the author was suggesting that the web server be able to write executable php files?