Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try using proc_open instead of exec to get around disabled functions #81

Open
Mark-H opened this issue Apr 17, 2015 · 3 comments
Open

Comments

@Mark-H
Copy link
Member

Mark-H commented Apr 17, 2015


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

@Mark-H
Copy link
Member Author

Mark-H commented Apr 23, 2015

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

@Mark-H Mark-H added the ready label May 4, 2015
@Mark-H Mark-H modified the milestone: Gitify 1.0.0 May 4, 2015
@Mark-H Mark-H removed the ready label Jul 6, 2015
@amdbuilder
Copy link

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.

@Mark-H
Copy link
Member Author

Mark-H commented Oct 28, 2016

Thanks @amdbuilder, good to know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants