○パッチの当て方

$ bzip2 -dc ../archives/php-5.1.4.tar.bz2 | tar xvf -
$ cd php-5.1.4
$ patch -p1 < ../php-5.1.4-060825.patch

○ビルド、インストール

$ ./buildconf --force
$ ./configure --prefix=/opt/php-5.1.4 --enable-mbstring --enable-zend-multibyte
$ mamke
$ su
# make install
