「[php] インストール」の編集履歴(バックアップ)一覧はこちら

[php] インストール」(2007/04/24 (火) 10:21:15) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

wget http://www.php.net/get/php-4.4.6.tar.gz/from/a/mirror tar svfz php-4.4.6.tar.gz cd php-4.4.6.tar ./configure --with-apxs2=/usr/sbin/apxs --enable-mbstring --enable-mbregex make make install cp php.ini-dist /usr/local/lib/php.ini vi /usr/local/lib/php.ini output_buffering = On output_handler = mb_output_handler default_charset = Shift_JIS session.save_path = /tmp/php mbstring.language = Japanese mbstring.internal_encoding = EUC-JP mbstring.http_input = auto mbstring.http_output = SJIS mbstring.encoding_translation = On mbstring.detect_order = auto mbstring.substitute_character = none; vi httpd.conf LoadModule php4_module   modules/libphp4.so AddType application/x-httpd-php .php /etc/rc.d/init.d/httpd restart vi phpinfo.php <?php phpinfo(); ?> アクセス /var/www/html/phpinfo.php
wget http://www.php.net/get/php-4.4.6.tar.gz/from/a/mirror tar svfz php-4.4.6.tar.gz cd php-4.4.6.tar ./configure --with-apxs2=/usr/sbin/apxs --enable-mbstring --enable-mbregex make make install cp php.ini-dist /usr/local/lib/php.ini vi /usr/local/lib/php.ini output_buffering = On output_handler = mb_output_handler default_charset = Shift_JIS session.save_path = /tmp/php mbstring.language = Japanese mbstring.internal_encoding = EUC-JP mbstring.http_input = auto mbstring.http_output = SJIS mbstring.encoding_translation = On mbstring.detect_order = auto mbstring.substitute_character = none; vi httpd.conf LoadModule php4_module   modules/libphp4.so AddType application/x-httpd-php .php /etc/rc.d/init.d/httpd restart vi phpinfo.php <?php phpinfo(); ?> アクセス /var/www/html/phpinfo.php

表示オプション

横に並べて表示:
変化行の前後のみ表示: