cd /usr/local/src
wget https://github.com/stefanesser/suhosin/tarball/master
tar zxvf master
cd /usr/local/src/stefanesser-suhosin-[this will change]
mv session.c session.c.old
wget https://raw.github.com/blino/suhosin/117b6aa6efec61afaa1431c698dad8eb553b55f5/session.c
phpize
./configure && make && make install
echo "extension=suhosin.so" >> /usr/local/lib/php.ini
service httpd restart
php -v