PHP 5.1.1 Release
書きたい事は色々ありますが、とりあえずいつも通りにインストール。
$ ./configure --prefix=/usr/local/php/php-5.1.1 \
--with-bz2=/opt/local \
--with-gd \
--with-jpeg-dir=/opt/local \
--with-png-dir=/opt/local \
--with-zlib-dir=/opt/local \
--with-freetype-dir=/opt/local \
--with-t1lib=/opt/local \
--enable-gd-native-ttf \
--enable-mbstring \
--enable-mbregex \
--with-mysql=/usr/local/mysql/mysql-4.1.15 \
--with-mysqli=/usr/local/mysql/mysql-4.1.15/bin/mysql_config \
--enable-pcntl \
--with-pgsql=/usr/local/pgsql \
--with-readline=/opt/local \
--enable-soap \
--with-xmlrpc \
--with-xsl=/opt/local \
--enable-zend-multibyte \
--enable-fastcgi \
--enable-discard-path \
--enable-force-redirect \
--enable-cgi-force-redirect
$ make
$ make test
=====================================================================
TIME END 2005-11-29 03:41:33
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 49
Exts tested : 28
---------------------------------------------------------------------
Number of tests : 1891 1613
Tests skipped : 278 ( 14.7%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 3 ( 0.2%) ( 0.2%)
Tests passed : 1610 ( 85.1%) ( 99.8%)
---------------------------------------------------------------------
Time taken : 570 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #30638 (localeconv returns wrong LC_NUMERIC settings) [tests/lang/bug30638.phpt]
SOAP Interop Round4 GroupI XSD 006 (php/wsdl): echoBase64 [ext/soap/tests/interop/Round4/GroupI/r4_groupI_xsd_006w.phpt]
Sort with SORT_LOCALE_STRING [ext/standard/tests/array/locale_sort.phpt]
=====================================================================
$ sudo make install
$ sudo mv /usr/local/php/php-5.1.0/bin/php /usr/local/php/php-5.1.0/bin/php-fastcgi
$ sudo make install-cli
$ sudo ln -s /usr/local/php/current/bin/php-fastcgi /usr/local/bin/php-fastcgi
