Questions tagged [hhvm]

The Hip Hop Virtual Machine(HHVM) is a Just-In-Time(JIT) compiler that combines PHP and Hack(a PHP-like language)

HHVM was developed by Facebook to improve the load time of their web pages, which were written in PHP. HHVM can natively run most PHP code, as well as a new offshoot language called Hack.

HHVM makes its gains via a Just-In-Time compiler which seeks to reduce the bytecode (machine level instructions).

41 questions
0
votes
1 answer

unable to install hhvm on debian (jessie) via apt

I am trying to setup hhvm using the instructions below but I am getting the error copied below. If it does not work, I will simply clone the git repo and run make but would prefer not to if possible. The debian distro is jessie: lsb_release -a No…
ali haider
  • 1,140
  • 3
  • 16
  • 29
0
votes
1 answer

HHVM should not write to syslog and messages

I've a problem with hhvm, because it's writing errors to 3 different logfiles: /var/log/hhvm/error.log /var/log/syslog /var/log/messages I only want it to write the messages to the first logfile. I've set hhvm.log.use_syslog = 0, but this does not…
Seb
  • 99
  • 2
0
votes
1 answer

HHVM Not Using memcached as Save Handler?

I'm using HHVM to serve up my PHP content, and have a memcached instance setup with a view to using it as a save handler for sessions, however I'm not sure that HHVM is actually using it. Here's the relevant part of…
Haravikk
  • 267
  • 4
  • 12
0
votes
1 answer

HHVM fallback to PHP-FPM

I am running a PHP application on nginx with HHVM as main and PHP-FPM as backup This is my config of nginx regarding the php processing location ~ \.(hh|php)$ { fastcgi_intercept_errors on; error_page 500 501 502 503 = @fallback; …
5ud0
  • 11
  • 2
0
votes
1 answer

HHVM won't start: .hhvm.hhbc: No rows in main.GlobalData

HHVM was working normally for some time. I stopped it and tried to restart it. It doesn't start and this error is now present: Failed to load Repo::GlobalData: /home/nginx/.hhvm.hhbc: No rows in…
James
  • 183
  • 1
  • 2
  • 13
0
votes
1 answer

HHVM exit after "Too many open files"

I have a small problem regarding HHVM. So i have installed HHVM on my mashine (Ubuntu 14.04) and its working without problems. Now i've made some performance tests and made a test with apache bench. To get a maximum load i have testet the following…
René Höhle
  • 1,438
  • 3
  • 17
  • 26
0
votes
1 answer

Support for Postgres broken in HHVM 3.6.0

I keep getting Uncaught exception: Could not open extension /etc/hhvm/extensions/pgsql.so: /etc/hhvm/extensions/pgsql.so: undefined symbol: _ZN4HPHP13PDOConnection5sweepEv When I try to start up HHVM. It was working prior to a HHVM which I…
Andy
  • 317
  • 2
  • 5
  • 16
0
votes
1 answer

install_fastcgi.sh is missing on ubuntu 18.04

I am trying to configure hhvm, nginx and mysql in my ubuntu 18.04 system following the following tutorials Tutorial: How to install Facebook’s HHVM on Ubuntu 18.04 How To Install HHVM with Nginx on Ubuntu 14.04 but after installing hhvm using…
-1
votes
1 answer

Install HHVM on Ubuntu 16.04 w/install_fastcgi.sh

There does not seem to be a prebuilt HHVM package available for Ubuntu 16.04. It seems in Xenial that they have added HHVM to the universal repos, but installing it that way does not include the install_fastcgi.sh script that was present for…
Collin Barrett
  • 115
  • 1
  • 7
-1
votes
2 answers

php to limit included file to access below and upon directory tree

I am trying to find solution for this problem for days. I have structure like this. index.php /app /plugins/ /users/%site%/functions.php /other stuff all requests goes to index.php which loads application in /app and plugins…
-2
votes
2 answers

Nginx 98: Address already in use - Failed to start A high performance web server issue

My Server Working Good... Until Reboot, After Reboot Nginx not Running Good! OS: Ubuntu server nginx version: nginx/1.10.0 (Ubuntu) HHVM Script Server I Try many Methods But I can't Fix This: Configuration Has been Ok. nginx -t nginx: the…
1 2
3