开发者

Can Facebook HipHop (PHP to C++) be compiled and run on Windows [duplicate]

This question already has answers here: Run HipHop PHP in Windows (2 answers) Closed 4 years ago.

Has someone tried to achieve that?

htt开发者_运维百科p://developers.facebook.com/blog/post/358


Taken from the link you've given:

HipHop for PHP isn't technically a compiler itself. Rather it is a source code transformer. HipHop programmatically transforms your PHP source code into highly optimized C++ and then uses g++ to compile it.

You'll have to replace the g++ compiler for one that runs on windows like mingw.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜