Using HipHop VM on windows
Asked Answered
G

2

5

I just read an article and learned about the HHVM which is built on the lines of JVM for Java. I went ahead and tried searching on the web, but found only articles about installing it on Ubuntu build 12 version.

I have been using a WAMP stack and would like to know if I can use the HHVM for any of my application. Also,I would like to understand if the HHVM can be integrated with our existing applications. Earlier an article suggested HipHop was what FB wrote to enhance their performance based on their requirements,and it may not suit yours. Is the same case with HHVM?

Glassman answered 8/8, 2013 at 12:31 Comment(1)
Looking forward for some answers!! :)Fictional
C
6

At present, HHVM does not support Windows. The HHVM team probably will not be adding Windows support in 2013, though they might pursue it at some point in the future. The team gladly accepts code contributions from developers who want to improve HHVM's support for different platforms at https://github.com/facebook/hiphop-php . You can also open a github issue at https://github.com/facebook/hiphop-php/issues to ask about Windows support.

Catholicize answered 12/9, 2013 at 10:39 Comment(3)
Well thank you for answering a dead thread @Drew.If you can also point me how can I test the HHVM,it would be great.I have a ubuntu 12.4 configured on my virtualbox and want to create a POC for a demo.Glassman
If you want to run the tests that come with HHVM you can use the "hphp/test/run" script. ".travis.yml" shows what parameters you can pass to this script to run different test suites in different modes: github.com/facebook/hiphop-php/blob/… . I believe ".travis.yml" assumes the current working directory is "hphp/test". If you're interested in running the test suites from various PHP frameworks, you can find instructions here at github.com/facebook/hiphop-php/wiki/_pages (search for "OSS PHP Frameworks Unit Testing").Catholicize
Actually a better link for running the tests suites from various PHP frameworks is github.com/facebook/hiphop-php/wiki/… .Catholicize
Y
4

Just as an update, since this is still popular - there is an official compiling/installation guide here at their Wiki for windows.

Full installation run-through guide.

Yonina answered 24/1, 2015 at 2:4 Comment(2)
Tried it a few months ago, doesn't really work... you run into a lot of errors, even if you follow the build instructions religiously . Maybe I'll try again in a few months, when more progress will be done on this.Rowley
I've to admit, i had a hard time getting it to run. Now i am using qEmu or Hyper-V to run it.Yonina

© 2022 - 2024 — McMap. All rights reserved.