hiphop Questions

2

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 th...
Goldiegoldilocks asked 21/3, 2014 at 11:42

2

Solved

I just read an article and learned about the HHVM which is built on the lines of JVM for Java. I went ahead and tried searching on the web, but found only articles about installing it on Ubuntu bui...
Glassman asked 8/8, 2013 at 12:31

1

Solved

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_we...
Olivo asked 7/9, 2014 at 17:31

4

Solved

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 s...
Languorous asked 15/11, 2011 at 5:45

3

Solved

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 supp...
Salutation asked 29/11, 2012 at 23:37

1

Solved

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 -vServ...
Impost asked 5/4, 2014 at 18:5

1

Solved

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...
Nik asked 24/3, 2014 at 15:26

1

Solved

HipHop/HHVM can be run as a daemon (so it starts automatically after rebooting) with sudo /usr/bin/hhvm --mode daemon --config /etc/hhvm/server.hdf When run, it works perfectly (which shows that t...
Diachronic asked 21/2, 2014 at 13:5

1

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 ...
Tjirebon asked 25/10, 2013 at 16:19

2

Solved

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 vague...
Slaby asked 25/10, 2012 at 15:0

1

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-pro...
Aliquot asked 22/6, 2012 at 3:48

2

Solved

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 a...
Alcott asked 2/1, 2012 at 4:16

5

Solved

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...
Expiate asked 5/5, 2011 at 15:9

6

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 ...
Bittern asked 3/2, 2010 at 7:13

3

Solved

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 configura...
Evaginate asked 18/3, 2010 at 6:31

1

Solved

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 Hip...
Singlebreasted asked 13/6, 2010 at 18:2

1

Solved

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
Dimetric asked 10/3, 2010 at 11:53

3

Where can I download HipHop for PHP?
Sherrod asked 6/2, 2010 at 10:31

5

The news in the PHP world today is Facebook's HipHop, which: HipHop for PHP isn't technically a compiler itself. Rather it is a source code transformer. HipHop programmatically transforms your P...
Gibbs asked 2/2, 2010 at 20:23

8

Solved

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...
Celtic asked 13/1, 2010 at 10:14
1

© 2022 - 2024 — McMap. All rights reserved.