install

cd /usr/local/src
wget http://jp.php.net/get/php-5.2.0.tar.gz/from/this/mirror
tar -xvzf php-5.2.0.tar.gz
cd php-5.2.0
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --mandir=/usr/share/man --enable-sockets --enable-mbstring --enable-mbregex \
 --enable-zend-multibyte --enable-memory-limit --with-apxs2=/usr/local/apache2/bin/apxs \
 --disable-short-tags --with-openssl --with-zlib --with-ftp --with-pgsql \
 --with-xml-dir=/usr/local --with-gettext --with-ldap \
 --with-mhash
make
make install

httpd.conf に追加

AddType application/x-httpd-php .php

php 3 を php 5 で動かす

PHP の from の受け取り部分が違う
Ver3$HOGEFUGA
Ver5$_POST{'HOGEFUGA'}
_POST は _GET の場合もある。

コメントをかく


「http://」を含む投稿は禁止されています。

利用規約をご確認のうえご記入下さい

Wiki内検索

編集にはIDが必要です