PHP 5.1.0RC6 Release
早くも PHP 5.1.0RC6 が出たので、いつもの手順でインストール。各種ライブラリは DarwinPorts で、MySQL はソースからビルドして入れてあります。
$ ./configure --prefix=/usr/local/php/php-5.1.0rc6 \
--enable-fastcgi \
--enable-mbstring \
--enable-mbregex \
--enable-zend-multibyte \
--with-gd \
--with-png-dir=/opt/local \
--with-zlib-dir=/opt/local \
--with-freetype-dir=/opt/local \
--with-zlib=/usr \
--without-mysql \
--with-mysqli=/usr/local/mysql/mysql-4.1.15/bin/mysql_config \
--with-xsl=/opt/local
$ make
$ make test
=====================================================================
TIME END 2005-11-19 15:27:00
=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped : 56
Exts tested : 21
---------------------------------------------------------------------
Number of tests : 1884 1181
Tests skipped : 703 ( 37.3%) --------
Tests warned : 0 ( 0.0%) ( 0.0%)
Tests failed : 2 ( 0.1%) ( 0.2%)
Tests passed : 1179 ( 62.6%) ( 99.8%)
---------------------------------------------------------------------
Time taken : 272 seconds
=====================================================================
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #30638 (localeconv returns wrong LC_NUMERIC settings) [tests/lang/bug30638.phpt]
Sort with SORT_LOCALE_STRING [ext/standard/tests/array/locale_sort.phpt]
=====================================================================
$ sudo make install
5.1.0RC5 を入れた時 には Tests failed が6個でしたが、今回は2個にまで減りましたね。
