HHVM 2.1.0 was released a day ago (as of writing this blog). In order to install this stable version on your server / development environment. Follow these steps
1. Configure the Repository as mentioned in my previous post
2. Upgrade to the latest version
sudo yum update hiphop-php
3. Confirm...
Monday, July 15, 2013
Saturday, July 13, 2013
HHVM (Hiphop PHP) 2.1.0 Final Got Released
9 Hours ago, as of i am writing this blog, HHVM 2.1.0 Final got released. commit link is here.
There is no full changelog available yet. But, i am compiling this at this moment and packages for Centos 6.x 64-bit should be available soo...
Wednesday, July 10, 2013
Install TokuDB Mysql Server along with Existing mysql-server on Centos/Ubuntu Server
Tokudb has fractal tree engine which is mentioned to perform bettern than innodb in certain instances. In some scenarios you might want to run mysql-server which is patched with tokudb engine along with your current mysql server (for performance testing, evaluation etc).
A straightforward installation...