Mostrando entradas con la etiqueta hiphop. Mostrar todas las entradas
Mostrando entradas con la etiqueta hiphop. Mostrar todas las entradas

lunes, 22 de febrero de 2010

Compiling HipHop-PHP on Ubuntu 9.10 64bit

Facebook recently open-sourced their new software, HipHop-PHP. HPHP compiles PHP source to very efficient C++, which is then compiled to an executable binary. After a few hiccups, building HPHP is surprisingly easy. HPHP must be compiled on a 64bit platform. If you only have a 32bit platform and you really want to play with it, set up a VM at Slicehost or Linode and compile it there (if you have a 32bit platform, you can’t install a 64bit VM). I eventually used my Linode account and built it there.


(more...)

HipHop for PHP finally released

An initial release of HipHop for PHP, Facebook’s PHP-to-C++ transformer, is finally available for download from Github.

HipHop comes with a number of rather specific requirements, including cmake 2.6 or higher, and several patches that need to be applied to libcurl and libevent in order for the project to compile against them.

Facebook employee (and core PHP contributor) Scott MacVicar announced the availability of the package through a post on the project’s Google group, adding that “while we’re running HipHop in production it might not yet be stable for you.”


(more...)

sábado, 6 de febrero de 2010

HipHop for PHP: First look

Just this tuesday Facebook announced a ambitious project called “HipHop for PHP”, if you missed it general opinion says you have been coding PHP in a cave. As I write this review no code has been posted yet, but Facebook has made a great move to open source the project so we can all get our hands on it, use it and contribute to it. So since the code is not out there yet, this is literally a first impression article based on the presentation made by Facebook and various posts from core PHP developers who got a first look at the technology before the release.


(more...)