[PHP-users 18777] Re: PHP 4.3.4 Release Announcement

Osamu Shigematsu m5issige @ mr.hitachi-medical.co.jp
2003年 11月 4日 (火) 15:52:34 JST


重松です。こんにちは。

php 4.3.4 を入れてみました。そうしたところ、

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #25547 (error_handler and array index with function call)
[tests/lang/bug25547.phpt]
Bug #25665 (var_dump () hangs on Nan and INF) [ext/standard/tests/math/bug25665.phpt]
=====================================================================


=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :   77
Exts tested     :   10
---------------------------------------------------------------------
Number of tests :  535
Tests skipped   :  182 (34.0%)
Tests warned    :    0 ( 0.0%)
Tests failed    :    2 ( 0.4%)
Tests passed    :  351 (65.6%)
---------------------------------------------------------------------
Time taken      :  102 seconds
=====================================================================


================================================================================
/net/msun205/hmhome/isg/hmissige/local/src/php-4.3.4/tests/lang/bug25547.phpt
================================================================================

---- EXPECTED OUTPUT
handler(Undefined index:  foo)
Array
(
    [foo] => 1
)
Done
---- ACTUAL OUTPUT
handler(Undefined index:  foo)
Array
(
    [(^@o] => 1
)
Done
---- FAILED

================================================================================
004-     [foo] => 1^M
004+     [(^@o] => 1
================================================================================



================================================================================
/net/msun205/hmhome/isg/hmissige/local/src/php-4.3.4/ext/standard/tests/math/bug25665.phpt
================================================================================

---- EXPECTED OUTPUT
float(NAN)
float(-INF)
---- ACTUAL OUTPUT
float(0)
float(-INF)
---- FAILED

================================================================================
001- float(NAN)^M
001+ float(0)
================================================================================

ってな感じで、二つばかり失敗します。

環境は、Solaris 2.6 (SPARC) です。

Configure Command =>  './configure' '--prefix=/home/isg/hmissige/local' '--without-mysql' '--enable-session' '--with-pcre-regex' '--with-regex=php' '--enable-mb
string' '--enable-mbregex' '--enable-zend-multibyte' '--enable-sockets'

# VineLinux (Intel PenIII) では全部 OK だったんですが。。。

-- 
Osamu Shigematsu <m5issige @ mr.hitachi-medical.co.jp>



PHP-users メーリングリストの案内