安裝php是建立在安裝apache和mysql之上的,可以參考我安裝mysql和apache原始碼安裝的部落格。
tar -zxvf php-5.6.11.tar.gz
cd php-5.6.11
. /usr/local/apache/bin/apxs --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --with-openssl --with-zlib --enable-bcmath --with-bz2 --with-curl --enable-ftp --with-gd --enable-gd-native-ttf --with-gettext --with-mhash --enable-mbstring --with-mcrypt --enable-soap --enable-zip --with-ic/local/libiconv -- with-mysql=/usr/local/mysql --without-pear
make
make install
未完待續加速器的安裝。 。 。 。
版權聲明:本文為部落客原創文章,未經部落客允許不得轉載。
以上就介紹了安裝編譯原始碼php5611,包含了方面的內容,希望對PHP教學有興趣的朋友有幫助。