[0] - http://habrahabr.ru/company/vkontakte/blog/214877/ (it's in Russian, I used Google Translate)
So basically it doesn't support 95% of all PHP code written in the past decade?
Edit: 100M active users, 230M users.
I know it's where Snowden went to work too, and they're the ones behind Telegram.
it's interesting how much I've heard about them since I started dating a Russian girl... but, yes, good things.
https://maps.google.com/?ll=59.935336,30.325956&spn=0.002389...
http://en.wikipedia.org/wiki/Singer_House
Interestingly, it was built by Singer Corporation
http://en.wikipedia.org/wiki/Singer_Corporation
and essentially became the first business center in Russia [sic!] as lower floors were for Singer show rooms and the higher floors were rented out for other companies. Nowadays lower floors are housing the central book store («Дом Книги»). At the time it was built, its architecture was considered outlandish, but now it's one of the staples of St.-Petersburg.
HPHPc produced the C++ code and that was compiled into a single binary executable. The deployment process involved using bittorrent to distribute the blob to all of the production servers.
HPHPc wasn't abandoned per say, it was only deprecated once the performance improvements brought on by HHVM were significant enough to justify the transition.
http://en.wikipedia.org/wiki/HipHop_for_PHP
Anyone know how they compare?
I'm finding it difficult to find any more details because the documentation is in Russian.
I'm interested in the fact that both Facebook and the Russian equivalent independently started work on the same basic idea. It's almost like convergent evolution.
As HHVM is more performant than HPHPc, it's a more relevant comparison. Even then, it's not entirely apples-apples since HHVM supports (almost) the entire language, whereas kPHP seems to only support a subset. Doing so likely lets them make a lot of performance optimizations you couldn't make otherwise.
I wonder if someone would step up, figure it out and tell the world.