|
|||
|
What is the right way for PHP disable_functions ?
Is it right to be :
system, system_exec, shell, shell_exec, exec, passthru, escapeshellarg, escapeshellcmd, proc_close, proc_open, ini_alter, dl, popen, parse_ini_file, show_source or : system,system_exec,shell,shell_exec,exec,passthru, escapeshellarg,escapeshellcmd,proc_close,proc_open ,ini_alter,dl,popen,parse_ini_file,show_source |
|
|||
|
looks like your questions has been answered at WHT :
http://www.webhostingtalk.com/showthread.php?t=523742
__________________
Tweakservers.com ~ Server Setup & Support for Windows 2003 and Linux cPanel servers Authorized Reseller for SmarterTools,LiteSpeed Web Server,Paessler PRTG Network monitoring Tools, RapidSSL Certificates |
|
|||
|
TS thanks for the note
but is this correct :disabled_functions = system,system_exec,shell,shell_exec,exec,passthru, escapeshellarg,escapeshellcmd,proc_close,proc_open ,ini_alter,popen,parse_ini_file,show_source,enable _dl,dl ? What about allow_url_fopen = Off register_globals = Off Thanks. |
|
|||
|
Quote:
The comments in your main php.ini file will detail what these parameters are for, what values they can take and what the values mean. The same is explained in the PHP manual. About what are you unclear? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|