To prevent overriding of a hardened php ini config you often disable the ini_set() function in php.
The problem is then that certain WH, scripts will not work correctly.
Is there a workaround or is a feature planed to allow best of both worlds.
Perhaps a php.ini for every account (not inside the homedirectory)?. Or prevent Module Installers PEAR to use ini_set()?
What's your opinion about the risk potential of ini_set()?
Thanks for your time.
The problem is then that certain WH, scripts will not work correctly.
Is there a workaround or is a feature planed to allow best of both worlds.
Perhaps a php.ini for every account (not inside the homedirectory)?. Or prevent Module Installers PEAR to use ini_set()?
What's your opinion about the risk potential of ini_set()?
Thanks for your time.