简体   繁体   English

在使用HIPHOP-PHP编译的Windows上运行文件

[英]Run file on Windows which was Compiled using HIPHOP-PHP

Is it possible to run the compiled program file on windows? 是否可以在Windows上运行已编译的程序文件?

I have compiled the php script in Linux - ubuntu using HIPHOP-PHP. 我已经使用HIPHOP-PHP在Linux-ubuntu中编译了php脚本。 Now i want to run that file on windows. 现在,我想在Windows上运行该文件。

like we use command "compile/program -m daemon -p 8080" in ubuntu. 就像我们在ubuntu中使用命令“ compile / program -m daemon -p 8080”一样。 is it possible to run that on windows? 是否可以在Windows上运行?

i have search all over the internet but they are saying about entire process from installing hiphop to make it run which is not possible on windows. 我在整个互联网上进行搜索,但是他们说的是从安装hiphop到使其运行的整个过程,这在Windows上是不可能的。

But i only want to know about is it possible to run that compiled code in windows? 但是我只想知道是否有可能在Windows中运行该已编译的代码?

Not a chance in heck. 没有机会。 It's a Linux executable; 它是Linux可执行文件; it won't run on Windows. 它不会在Windows上运行。

You might be able to compile a binary on Windows using HipHop. 您也许可以使用HipHop在Windows上编译二进制文件。 It would likely be somewhere between a lot and A LOT of work to port it, though. 它可能会在某个地方有很多工作将它移植了很多之间,虽然。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM