- June 4, 2007
- Category: Server
PHP 5.2.3
PHP 5.2.3がリリースされたのでKAJUKAJU.netのPHPもバージョンアップ。
$ wget http://jp.php.net/get/php-5.2.3.tar.bz2/from/this/mirror $ tar xvjf php-5.2.3.tar.bz2 $ cd php-5.2.3 $ ./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.