baconbrad / php-webkit

PHP-Webkit is a boilerplate that allows you to package and run PHP applications within a NW.js (formally node-webkit) project.
Other
88 stars 29 forks source link

Chmod php-cgi binary so that it has execute permissions #19

Closed jyapayne closed 8 years ago

jyapayne commented 9 years ago

In order for the Mac/Linux version to work, the php-cgi binary needs to have execute permissions, or else there is an EACCES error.

baconbrad commented 9 years ago

Apologize. I haven't had much time to maintain this. I will take a look at it when I get a chance. Thanks for the PR.

jyapayne commented 9 years ago

Any chance you could look this over and pull it? It's < 10 lines of code and should only take a few minutes :)