How to Install hhvm-dev in Ubuntu 18.04



Install hhvm-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install hhvm-dev

Description:

HipHop Virtual Machine, a JIT replacement for PHP - development files

HHVM is an open-source virtual machine designed for executing programs written in Hack and PHP. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining the development flexibility that PHP provides. . For the majority of your programs HHVM should be a drop-in replacement for the usual PHP interpreter/engine. . This package provides the header & build system files needed for compiling HHVM extensions.

Homepage: http://hhvm.com/

Version: 3.21.0+dfsg-2ubuntu2

Section: universe/libdevel