> 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.

Kirk

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to