Gitify icon indicating copy to clipboard operation
Gitify copied to clipboard

Try using proc_open instead of exec to get around disabled functions

Open Mark-H opened this issue 9 years ago • 3 comments


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Mark-H avatar Apr 17 '15 16:04 Mark-H

Rough start is in the issue-81 branch but modx:install doesn't quite seem to work now

Mark-H avatar Apr 23 '15 12:04 Mark-H

Providers disabling exec will typically block the following functions as they pose potential security risks:

show_source, system, shell_exec, passthru, exec, popen, proc_open

Just as a heads up.

amdbuilder avatar Oct 28 '16 04:10 amdbuilder

Thanks @amdbuilder, good to know.

Mark-H avatar Oct 28 '16 14:10 Mark-H