ok...i'm getting this error:
set_time_limit(): Cannot set time limit in safe mode...
i was doing just fine before my sysadmin altered my server config. i was running my script from the command line and the timeout setting work just fine.
but then my sysadmin went and altered something and now i get this error even when running the script as root from the command line.
i can go and edit the php.ini myself but i'm not sure which one! my server has 2...one near the root directory and another in the directory specific to the domain i'm working on.
also, phpinfo() reports that safe_mode is OFF for a local value and ON for the master value.
???