> Also, I thought you could use ini_set to change your php.ini
configuration
> for your current script.
>
> But I could be wrong... Did I miss read the manual?
ini_set() can be used to change *some* settings. Some items that are
configured in php.ini come into play before the script is parsed, and so
ini_set() can't affect those.