the error_log file has reached 40 MB on my host. ini_set is itself disabled. errors are not avoidable.
how can i disable error_log for a specific script, not all of them?
without ini_set you have to edit the php.ini, if you cant do that, just delete it now and then
php.ini disables error_log for all the scripts i think. fortunately ini_set worked.