Browsing tag

hhvm

Install WordPress + Apache, MariaDB, and HHVM in Ubuntu 16.04

HHVM is just-in-time compiler designed to run applications that are written in PHP and Hack language. Facebook use HHVM to serve billions of web requests per day and is faster than traditional PHP engine. This article describes the steps to install WordPress with Apache, MariaDB, and HHVM on Ubuntu 16.04 Server. Below are the topics […]

Install WordPress + Nginx, MariaDB, and HHVM in Ubuntu 16.04

HHVM is just-in-time compiler developed to run applications that are written in PHP and Hack language. HHVM is faster than traditional PHP engine and is used by Facebook to serve billions of web requests per day. This article describes the steps to install WordPress with Nginx, MariaDB, and HHVM on Ubuntu 16.04 Server. Below are […]

HHVM Explained – Install HHVM on Ubuntu 16.04 / Debian 8

HHVM (HipHop Virtual Machine) is an open-source virtual machine designed for executing programs written in Hack and PHP.  HHVM is developed by Facebook, and it’s source codes are hosted on Github; released under the terms of PHP and Zend license. HHVM uses the principle of JIT (just-in-time) compilation which helps to achieve superior performance without […]