Questions tagged [hiphop]

HipHop for PHP transforms PHP source code into highly optimized C++.

HipHop for PHP transforms PHP source code into highly optimized C++.

115 questions
19
votes
1 answer

With HipHop for PHP, what happens with PHP errors

HipHop compiles PHP in a C executable. What happens with PHP errors ? Is that harder to debug ? edit : I looked through the documentation but didn't find anything
Matthieu Napoli
  • 48,448
  • 45
  • 173
  • 261
14
votes
8 answers

HipHop PHP (was Hyper PHP by Facebook)

Following this rather comical interview with a Facebook "employee"... Does anybody have any details on the Hyper PHP (now renamed to HipHop) that those smart as balls Facebook guys have developed?
Jon Rhoades
  • 496
  • 4
  • 12
12
votes
5 answers

Why compile a PHP File?

A friend of mine told me recently "to optimize your site you may want compile your php files" and i was like "what?" I honestly i never heard of that, i'm a "advanced-naive" programmer, that means i'm self taught, i built complex sites but i'm still…
Francesco
  • 24,839
  • 29
  • 105
  • 152
11
votes
1 answer

Configure ini file for HHVM 3.0 via socket with nginx

I'm able to start the HipHop VM to use a unix socket. I can accomplish this via: /usr/bin/hhvm --config /etc/hhvm/server.ini --mode daemon -vPidFile=/var/run/hhvm/pid -vServer.Type=fastcgi -vServer.FileSocket=/var/run/hhvm/hhvm.sock However, I…
Ray
  • 40,256
  • 21
  • 101
  • 138
11
votes
1 answer

Hiphop error when running program had compiled

I have succeed when using Hiphop to try compile a simple yii app (generate with cmd yiic webapp demo). hphp test.php --keep-tempdir=1 --log=3 --include-path="../yii/framework" Compile-processing is not has any error or warning. I can start server…
Davuz
  • 5,040
  • 13
  • 41
  • 61
10
votes
4 answers

how to install hiphop for php?

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?
qweqwe qwe
  • 393
  • 7
  • 16
10
votes
6 answers

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

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…
Peter Smit
  • 27,696
  • 33
  • 111
  • 170
9
votes
1 answer

Has anyone used HipHop for PHP?

I was wondering if anyone here has used HipHop? If so what do you think about the technology? Is it real world? What problems have you run into? Should I compile my production application using HipHop?
rook
  • 66,304
  • 38
  • 162
  • 239
8
votes
1 answer

Problematic Nginx config

I have setup the following ngnix config for my Ubuntu 14.04 VPS running HHVM with ngnix: server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; root /home/lephenix/main_website; index.php index.html index.htm; # Make site…
user1781267
  • 85
  • 1
  • 2
  • 6
8
votes
2 answers

Remove facebook HipHop (hhvm) Ubuntu and debug it

I have installed hhvm by using the building and installing hhvm in Ubuntu 13.10 from GitHub and now I want to uninstall it from my system completely. I am not getting any documentation regarding this. I am uninstalling because I am not able to make…
Ankit Ladhania
  • 1,005
  • 1
  • 12
  • 19
8
votes
1 answer

HHVM Memcache integration

I have a Drupal 7 website with Memcache installed, which is working fine on an Apache2 web server. Now I've replaced Apache2 with HHVM (HipHop) and got a real boost on performance. The problem is that obviously Drupal can not interact with the…
Babak Vandad
  • 196
  • 1
  • 4
8
votes
2 answers

PHP 5.4 and Facebook Hiphop compatibility

I was wondering does anyone know which of the features in PHP 5.4 are not supported in Facebook's Hiphop library. There's some questions on the Hiphop github wiki, such as this one, that very vaguely state : HipHop does not currently support all…
boundless08
  • 303
  • 4
  • 17
7
votes
3 answers

Does HHVM (HipHop) support Postgresql/arbitary pecl extensions?

Facebook made a big announcement today -- HHVM is replacing the original hiphop compiler. The old HipHop had limited support for extensions -- including, IIRC, no postgres support. Does HHVM support all pecl extensions? How much of the standard PHP…
Frank Farmer
  • 38,246
  • 12
  • 71
  • 89
6
votes
3 answers

HipHop instead of XCache?

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.
Marco
  • 4,345
  • 6
  • 43
  • 77
6
votes
1 answer

What exactly is HHVM and/or PHP execution engines?

I've been reading about Facebook's Hack which lead me to reading about HipHop Virtual Machine. I wanted a better understanding of this and could not find a clear definition. Wikipedia defines it as: HipHop for PHP (shortened as HipHop) describes a…
Michael Ramos
  • 5,523
  • 8
  • 36
  • 51
1
2 3 4 5 6 7 8