简体   繁体   English

用于PHP编译器的HPHP HipHop

[英]HPHP HipHop for PHP Compiler

I'm trying to run HPHP for PHP in Ubuntu platform. 我正在尝试在Ubuntu平台上为PHP运行HPHP。

I'm following instructions on this link: https://github.com/facebook/hiphop-php 我正在按照此链接上的说明进行操作: https : //github.com/facebook/hiphop-php

Is there a step by step tutorial on how to run hiphop with my PHP files? 是否有关于如何用我的PHP文件运行hiphop的分步教程? In their documentation, it says run hphp under hphp folder but the file does not exist? 在他们的文档中,它说在hphp文件夹下运行hphp,但是文件不存在?

OK, I've got 55.18 (both incl and self) from file_get_contents (called 0) and 43.78 (both incl and self) from curl_exec (called 22 times). 好的,我从file_get_contents(称为0)中获得了55.18(包括incl和self),从curl_exec中获得了43.78(包括incl和self)(被称为22次)。 I see that there are a minor difference between cURL and file_get_contents. 我看到cURL和file_get_contents之间有微小的区别。 Should I change all of them to cURL? 我应该将它们全部更改为cURL吗? Would that make any difference? 那会有所不同吗?

If this is not the issue then, should I look at this issue as server or remote server related? 如果这不是问题所在,那么我应该将此问题视为与服务器或远程服务器相关吗?

Ubuntu version 11.04 Ubuntu 11.04版

You find the installation instructions (step by step) here: Building and installing on Ubuntu 11.04 . 您可以在此处找到安装说明(逐步介绍): 在Ubuntu 11.04上构建和安装

More general information is available in the hiphop-php wiki . 更多常规信息,请参见hiphop-php Wiki

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

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