When installing the lamp architecture, we often use the php-5.3 version
Compile and install demo for php-5.4/5.5 now:
[[email protected] ~]# cd/usr/local/src[[email protected] src]# wget http://cn2.php.net/distributions/ PHP-5.4.36.TAR.BZ2 (5.5 address http://cn2.php.net/distributions/php-5.5.22.tar.bz2) [[email protected] src]# tar JXVF php-5.4.36.tar.bz2[[email protected] src]# cd php-5.4.36[[email protected] php-5.4.36]# rpm-i '/http/ Www.lishiming.net/data/at e-6-8_32.noarch.rpm[[email protected] php-5.4.36]# yum install Libxml2-devel libjpeg-* libpng-devel freetype-devel gd-devel libmcrypt-devel openssl-devel[[email protected] php-5.4.36]#./ Configure--prefix=/usr/local/php--with-apxs2=/usr/local/apache2/bin/apxs--with-config-file-path=/usr/local/php /etc--with-mysql=/usr/local/mysql--with-libxml-dir--with-gd--with-jpeg-dir--with-png-dir--with-freetype- Dir--with-iconv-dir--with-zlib-dir--with-bz2--with-openssl--with-mcrypt--enable-soap--enable-gd-nativ E-ttf--enable-mbstring--enable-sockets--enable-exif --disable-ipv6[[email protected] php-5.4.36]# make && make install
CentOS 6 compiled and installed php-5.4/5.5 (lamp mode)