Skip to content

Instantly share code, notes, and snippets.

View follow-prince's full-sized avatar
🎓
studying

ELAVARASAN follow-prince

🎓
studying
View GitHub Profile
@Amar-Chaudhari
Amar-Chaudhari / Readme.md
Last active November 13, 2023 18:35
Install PHP-5.6.22 from source

Install Requirments

yum install bzip2-devel curl-devel libjpeg-devel libpng-devel freetype-devel libxml2-devel libc-client-devel libmcrypt-devel -y

Download Package

cd /tmp
wget -O php-5.6.22.tar.gz http://pl1.php.net/get/php-5.6.22.tar.gz/from/this/mirror
tar -zxvf php-5.6.22.tar.gz
cd php-5.6.22