S sspt Verified User Joined Oct 27, 2005 Messages 57 Nov 27, 2005 #1 Hello, Anyone have disabled the function system() due to security reasons? And people who didn't, How do you protect the system against it? open_basedir restriction didn't apply to this function
Hello, Anyone have disabled the function system() due to security reasons? And people who didn't, How do you protect the system against it? open_basedir restriction didn't apply to this function
jmstacey Verified User Joined Feb 12, 2004 Messages 3,887 Location Colorado Nov 28, 2005 #2 If safe_mode is on, the system() function and family are restricted to an exec_dir.
S sspt Verified User Joined Oct 27, 2005 Messages 57 Nov 28, 2005 #3 But if i run php in safe mode a lot of my clients scripts will not work anymore!
E expream Verified User Joined Sep 17, 2005 Messages 52 Dec 1, 2005 #4 and now you need to decide what do you want secure server or ... or possible your server will be hacked but you can help your clients... if client use normal php scripts.. there are no problems with safe_mode
and now you need to decide what do you want secure server or ... or possible your server will be hacked but you can help your clients... if client use normal php scripts.. there are no problems with safe_mode