1

Has someone tried to achieve that?

http://developers.facebook.com/blog/post/358

Baum mit Augen
  • 49,044
  • 25
  • 144
  • 182
user310291
  • 36,946
  • 82
  • 271
  • 487

1 Answers1

3

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.

Kevin
  • 5,626
  • 3
  • 28
  • 41