Run HipHop PHP in Windows

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-20 01:11:15

问题


I need to run HipHop PHP on a Windows based development environment. Im running Windows 7, I know the version located at facebook's repository is built for Linux, however I need to run it on Windows.

Some things to consider:

  • I don't want to install a Virtual Machine, I have VMWare, but it would be terrible to install it only for that
  • No CyWin either...

Anyone can help?


回答1:


It is not possible to run HipHop on Windows.

Here's a quote from Scott MacVicar mailing list post on the subject:

We currently have no plans to add Windows support, if someone within the community comes up with a branch or a patch that provides this then we'll gladly accept it.




回答2:


There are two options for you:

  • Try compiling it yourself. If it fails, fix the code so it will compile.
  • Consider if there's another way to solve your problem (i.e., other tools than HipHop).

What have you done to solve your problem? Why did you conclude that HipHop was the right solution for your problem? What errors did you bump into when trying to install HipHop? These are such questions that you probably should ask yourself. They might help you to figure out how to solve your problem.



来源:https://stackoverflow.com/questions/3926762/run-hiphop-php-in-windows

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!