hiphop

how to install hiphop for php?

雨燕双飞 提交于 2019-12-31 08:39:40
问题 The most of devepolers know something about Facebook's Hiphop for php, I want to use it in my scripts but have no idea where to start. Should I speak with my server provider? or Do I need to add some codes into my scripts? 回答1: HipHop is very difficult to install, but luckily for you I've just been through it! You need a dedicated server, easiest to install on Red Hat or CentOS, or Amazon Linux. You cannot install it on a shared host, you need root access. It's also easier to install on a

Is it possible to use PECL extensions in HipHop?

走远了吗. 提交于 2019-12-23 09:58:55
问题 I have an application which uses rabbit mq broker and I have consumers written on php and use this extension http://pecl.php.net/package/amqp. I would like to compile these consumers using hiphop but amqp extension is not supported in hiphop. So the question is could I compile PECL extensions into hiphop? Thanks in advance 回答1: You would have to manually write a HipHop extension in C++ to interface with the extension's functionality. Most likely the original PHP extension is of little use, if

HipHop instead of XCache?

雨燕双飞 提交于 2019-12-22 05:25:19
问题 Would it make sense to switch to HipHop instead of XCache? Is HipHop ready for primetime or should we wait several months before implementing it? Edit: we are interesting in testing the configuration on a server running vBulletin. 回答1: Let me clear up a misconception you might have about Hiphop and Xcache. XCache works by adding Opcode caching to ZEND's PHP implementation (like APC and friends), while Facebook's HipHop allows for PHP code to be transformed into C++ code and then compiled

Problems building libcurl 7.21.2 on Ubuntu 11.10 (Hiphop)

纵饮孤独 提交于 2019-12-21 05:51:44
问题 I'm following this Hiphop installation guide: https://github.com/facebook/hiphop-php/wiki/Building-and-installing-on-ubuntu-10.10 And when I try to make it, I get the following errors: ../lib/.libs/libcurl.so: undefined reference to `SSLv2_client_method' I've found this Server Fault ticket, but the merged change from the linked Github pull request didn't seem to fix the problem. https://superuser.com/questions/339932/compiling-curl-with-hiphop-for-php-patch I'm running Ubuntu 11.10, but I

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

Facebook HipHop virtual machine for PHP?

我的未来我决定 提交于 2019-12-19 10:40:39
问题 I've looked at this article- HipHop PHP (was Hyper PHP by Facebook) However, recently come across this Facebook Speeds Development With “HipHop Virtual Machine”, A 60% Faster PHP Executor Does anyone have details on this? Is it worth exploring for a PHP developer? 回答1: You can find the details in the article linked in the article you linked: https://www.facebook.com/notes/facebook-engineering/the-hiphop-virtual-machine/10150415177928920 hphpc is in essence a traditional static compiler that

Can I use Facebook's hiphop with frameworks like Zend Framework, cakephp, symfony

两盒软妹~` 提交于 2019-12-18 03:33:41
问题 Yesterday Facebook launched HipHop, a sourcecode-converter from php to c++. The set of php functions and constructions is more limited than in standard php. Are the current popular php frameworks (ZF, CakePHP, symfony) compatible with HipHop? If not, which parts of these frameworks are not usable? 回答1: If I'm not mistaken, HipHop has not been released yet -- even the wiki page linked from the Facebook annoucement yesterday is not up yet. So, it's going to be a bit hard to answer, right now. I

Can I use Facebook's hiphop with frameworks like Zend Framework, cakephp, symfony

折月煮酒 提交于 2019-12-18 03:33:17
问题 Yesterday Facebook launched HipHop, a sourcecode-converter from php to c++. The set of php functions and constructions is more limited than in standard php. Are the current popular php frameworks (ZF, CakePHP, symfony) compatible with HipHop? If not, which parts of these frameworks are not usable? 回答1: If I'm not mistaken, HipHop has not been released yet -- even the wiki page linked from the Facebook annoucement yesterday is not up yet. So, it's going to be a bit hard to answer, right now. I

Error while trying to run the HipHop in “Mode 2(Compiling HipHop in a temporary directory and running the compiled program from the command line)”

拟墨画扇 提交于 2019-12-11 09:26:48
问题 I have installed the HipHop and all the dependencies in my VM(Ubuntu 12.04 LTS), no issues faced while setting up the environment. But I am not able to run the HipHop in Mode 2 or 3 or 4 or 5 as specified in the wiki document https://github.com/facebook/hiphop-php/wiki/Running-HipHop . I am trying to run the HipHop in Mode 2 then facing some error with a message of "sudo: /tmp/hphp_DF8jr8/program: command not found", can you please help me to fix this issue and start using the HipHop in a

PHP MVC/ORM Frameworks that are Hyper PHP (HipHop) Ready [closed]

蹲街弑〆低调 提交于 2019-12-08 11:15:19
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . Is there a good list of the PHP MVC/ORM Frameworks that will work with Facebook's HipHop? 回答1: First of all, you should know that currently HipHop does not have full PHP 5.3 support and you cannot use all extensions. Second , if you are going to build an application which is comparable in size and userbase to