Installing HHVM 3.2.0 on CentOS 6.5

HHVM is a virtual machine for Hack and PHP it uses JIT to improve performance. Installation on a less than bleeding edge OS can prove a little challenging. What follows is what I did to get it up and going quickly for our developers in our CentOS 6.5 environment. It may work for you too. Packages were sourced from two repo’s http://yum.gleez.com/ and http://remi.conetix.com.au/ Things boiled down to these 11 packages that were signed and added to our local yum repo: ...

12 Aug 2014 · 1 min · Alan Chalmers