PHP: Turn off safe mode at runtime

1.5k Views Asked by At

Is there anyway to turn off PHP`s safe mode at runtime? Its disabled by default but everytime a cronjob or I start a script over ssh it's activated.

I don't know what to change in the php.ini, because all safe_mode entries are already set to disabled :-/

The server is running on Suse 11.3, Plesk and php 5.3.

0

There are 0 best solutions below