Does ini_set only apply to each instance or does it chance the entire server?
My reason for asking is I'm trying to use ini_set to change the smtp settings for mail().
So I can mail from different servers at random. But I'm curious what will happen with multiple ini_set at the same time.
Like what happens if the script is called by 10 different visitors each with different ini_set settings at the same time.