Some directives can be set in PHP code using ini_set(), but others can't.
So if it's another kind, you have to either set it in php.ini or in the registry.
If using the registry, make sure to fully document the procedure for the server administrators (or provide a .reg file, or both).
There's nothing worse than a cluster with different configurations on different members.
Mark