- May 9, 2007
- Category: Server
PHP 5.2.2
PHP 5.2.2がリリースされたのでKAJUKAJU.netのPHPもバージョンアップ。
$ wget http://jp.php.net/get/php-5.2.2.tar.bz2/from/this/mirror $ tar xvjf php-5.2.2.tar.bz2 $ cd php-5.2.2 $ ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql --with-zlib --with-gd --enable-mbstring --enable-mbregex --disable-ipv6 $ make # make installインストール後にApacheを再起動する。
# /sbin/service httpd restart httpd を停止中: [ OK ] httpd を起動中: [ OK ]
Comments
No comments found.