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...
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
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...
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...
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...
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...
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 ...
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...
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...
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...
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...
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...
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
3
Where can I download HipHop for PHP?
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...
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...
1
© 2022 - 2024 — McMap. All rights reserved.