Top >
玄箱 >
構築 >
PHP >
5.2.6
PHP
前提条件
ダウンロード
ビルド
$ tar xvzf php-5.2.6.tar.gz
$ cd php-5.2.6
$ ./configure \
--enable-mbstring \
--with-apxs2=/usr/local/apache2/bin/apxs
$ make
# /etc/rc.d/init.d/apache2 stop
# make install
# /etc/rc.d/init.d/apache2 start
最終更新:2008年07月14日 03:32