itoigawabass

itoigawaのブログ

php-5.0.4

2005-04-14

# tar zxfv php-5.0.4.tar.tar
# cd php-5.0.4
# ./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysqli=/usr/local/bin/mysql_config --without-mysql --enable-mbstring --enable-mbregex
# make
# make install
# vi /usr/local/apache2/conf/httpd.conf
>LoadModule php5_module module/libphp5.so
>AddType application/x-httpd-php .php .phtml
# /usr/local/apache2/bin/apachectl start

カテゴリー:blog
タグ: