Saturday, October 19, 2013

Install HHVM 2.2.0 Final Release on Centos 6.4 (64-bit)

Facebook released HHVM 2.2.0 couple of days ago and made the package available on multiple distributions.

Setup hop5.in repo as mentioned in this blog post

1. Install the package using yum

[root@node1 x86_64]# yum install hiphop-php-2.2.0-1.el6.x86_64 -y

2. Check the version of newly installed package

[root@node1 x86_64]# hhvm --version
HipHop VM v2.2.0 (rel)
Compiler: 1382176880_483521803
Repo schema: 484929643_1382176880

3. Have fun with this new release :-)

Long list of changelog is available here