-
Notifications
You must be signed in to change notification settings - Fork 136
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
Request: HHVM #51
Comments
Yea I think this is a great idea, I'll try to set some time aside to get this added and tested with the box :-) |
Cool, thank you. I think it also works well with things like composer update, etc.. |
Is this in the works, or should I take a stab at it? I think it should be as easy as installing hhvm with apt |
I ended up ripping out most of this repos stuff, so I won't bother to setup a new project and commit this, but hhvm can easily be setup on ubuntu like this.
|
Do you think you can bake some support for HHVM into the box?
I'm not sure that it is a suitable alternative to PHP for anything accessed via the web interface/apache - but I've heard that it is really fast for running CLI stuff.
It could be good to have as an alternative to the
php
command via the CLI, allowing for commands to be run viahhvm artisan migrate
(or whatever)Just a thought :)
The text was updated successfully, but these errors were encountered: