Closed riaf closed 11 years ago
I like this, but would like @henrikbjorn to weigh in on the zip issue before I merge. Thanks for the PR.
I think that the only way to know for sure if unzip system command is available when installing with composer is to try it out.
$ heroku run bash
Running `bash` attached to terminal... up, run.9523
~ $ unzip
bash: unzip: command not found
~ $
@henrikbjorn is there any harm to prefer-source?
@ptarjan only that it takes a lot more resources to clone for git, hg and you will get huge folders (as git contains everything).
Seems like that ZipExtension have landed in HHVM master, maybe this should be reopened and reevaluated.
@henrikbjorn we will have to wait for the next binary release and then we can try using zip in composer then
Is there a release cycle?
@henrikbjorn no formal time on the clock, but whenever a large change lands we will release a point release. One is coming in the next week for fastcgi.
It should be possible to remove --prefer-source
now correct?
@nubs https://github.com/hhvm/heroku-buildpack-hhvm/commit/1da769bc26143a81182535f0f540ac71cf7ee48e try it out and open an issue if it doens't work for you
I've added support Composer. However, I do not have experience using HHVM. Is this way right?