Questions tagged [hhvm]

HipHop VM (HHVM) is a virtual machine designed for executing programs written in Hack and PHP.

HipHop VM (HHVM) is a virtual machine designed to execute bytecode compiled just-in-time from both the PHP and Hack programming languages. It is maintained by Facebook.

HHVM is created as the successor of the HipHop for PHP (HPHPc) PHP execution engine, which is a PHP-to-C++ transpiler also created by Facebook. Based on the gained experience and aiming to solve issues brought by HPHPc, in early 2010 Facebook decided to create a JIT-based PHP virtual machine. Issues associated with HPHPc included its flattened curve for further performance improvements, lack of full support for the PHP language, and difficulties related to specific time- and resource-consuming development and deployment processes.

Versions and Support

+--------------+----------------+------------------+
|  LTS Version |  Release Date  |  End of Support  |
+--------------+----------------+------------------+
| 3.6          | 11 March 2015  | 28 Jan 2016      |
| 3.9          | 14 Aug 2015    | 15 July 2016     |
| 3.12         | 29 Jan 2016    | 30 Dec 2016      |
+--------------+----------------+------------------+

External links

532 questions
-1
votes
1 answer

HHVM - Running resource extensive php daemons

Hi i'm trying to use hhvm to run all of the background PHP workers that are currently there in my application. I don't want to run hhvm as a server as Apache is already taking care of it , all i want to do is to run my php codes with hhvm, instead…
Maxx
  • 592
  • 18
  • 42
-2
votes
2 answers

HHVM issue on ISPconfig MediaWiki installation

I am about to setup Mediawiki on my VM (Debian Jessie, ISPconfig 3.1) and I get an error 500 when accessing the website. Here is my apache2 error.log: [fastcgi:error] [pid 8066] (2)No such file or directory: [client 51.15.70.216:56974] FastCGI:…
rfnx
  • 1
  • 1
-2
votes
1 answer

What is the output of this PHP code during the first and second requests?

This is most likely a PHP noobie question. To test some server caching configuration, I added the following code to my test suite:
dsign
  • 12,340
  • 6
  • 59
  • 82
-2
votes
1 answer

composer installation & run composer failed(errors on msg) with HHVM 3.14

I have used ubuntu 14.04 and use laravel. I have installed nginx with hhvm as below: $ php -v HipHop VM 3.14.1 (rel) Compiler: tags/HHVM-3.14.1-0-gd99b370804b7e0234ab794869d1ba1774c848e85 Repo schema: ac0c6851ba5643ce00ae67bbe67c50973efd65d6 I…
Danny hax
  • 1
  • 1
-2
votes
1 answer

HHVM can't find a file

I'm running ZendFramework app from CLI. Everything works good when I run it with PHP. Today I have installed HHVM and I wanted to run my app with it but I got an error: Fatal error: File not found: Zend/Application.php in…
Bartek Kosa
  • 842
  • 1
  • 14
  • 25
-2
votes
1 answer

Zend OPcache and HHVM both together

My environment is: Ubuntu 14.04 PHP 5.5 nginx 1.7.6 PHP 5.5.19-1+deb.sury.org~trusty+1 (cli) (built: Nov 19 2014 19:33:43) Copyright (c) 1997-2014 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies with Zend OPcache…
Dev
  • 371
  • 1
  • 4
  • 19
-4
votes
1 answer

errors occurring while converting mysqli into PDO

i am converting mysqli into PDO and then running my application in hiphop(hhvm), getting the following errors..please help me !!! HipHop Notice: Undefined property: stdClass::$sessionTimeOut in /var/www/webApp/services/adminSessionSettingService.php…
2893428
  • 23
  • 2
1 2 3
35
36