PHPLinter icon indicating copy to clipboard operation
PHPLinter copied to clipboard

Removed system() call

Open nafigator opened this issue 11 years ago • 0 comments

In some systems php is running under strict security ini-settings. For example: disable_functions="chdir,dl,ini_get_all,system,shell_exec,popen,proc_open,passthru,pcntl_execchdir,dl,ini_get_all,system,shell_exec". To be able run PHPLinter on such systems system() call should be removed.

nafigator avatar Aug 18 '14 08:08 nafigator