I need to run function on my server
exec('grep '.escapeshellarg($line).' '.$myFile)
But exec
is disabled for security reasons
But PHP execute function is working eval
and preg_replace
.
It is possible to do the same thing using php function?
Disabled function
link, symlink, exec, passthru, proc_close, proc_get_status, proc_open, shell_exec, system, popen, pclose