safe_mode_exec_dir not working for shell scripts
Hi everyoneSafe mode is enabled on my server, but I need to run a few php shell scripts.
I've put "safe_mode_exec_dir = /xxx/xxx/" in the php.ini, but I still can't run scripts which use things like set_time_limit() within that folder.
I've looked through Google but couldn't find anything.
Any ideas?
Matt