CentOS 5.8 Server, manual install PHP 5.2.17
- by Shiro
I would like manually install PHP 5.2.17.
I manage to install httpd and mysql.
But when I want to PHP 5.2.17, I could not found a proper guide.
These the step I had done with a fresh installation of CentOS 5.8 x86_64 (server & server GUI)
yum install httpd httpd-devel
/etc/init.d start OK
/etc/init.d stop OK
yum install mysql mysql-server…