Even though I've set
safe_mode = Off
in php.ini, restarted apache, and even rebooted the system...
when I try to execute set_time_limit(0) in my application, it throws the warning that set_time_limit cannot be st in safe mode.
This has been erratic behavior; earlier when I set safe_mode to Off, the system worked fine. But later on, seemingly autonomously, safe_mode has returned, and my application breaks due to the time_limit.
Is there anything I can check? I fear that my system has been compromised.