| Joseph Lee 2004-03-26, 11:11 pm |
| Still Failures on PHP4.3.5.
Compiled on 64-bit mode
$ ./configure
$ make
$ make test
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #24054 (Assignment operator *= broken) [tests/lang/bug24054.phpt]
Bug #25547 (error_handler and array index with function call)
[tests/lang/bug25547.phpt]
serializing references test case using globals
[ext/session/tests/019.phpt]
Simple math tests [ext/standard/tests/math/abs.phpt]
Various pow() tests [ext/standard/tests/math/pow.phpt]
Simple math tests [ext/standard/tests/math/round.phpt]
========================================
=============================
Compiled on 32-bit mode
$ CFLAGS=-m32 ./configure
$ make
$ make test
========================================
=============================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #25547 (error_handler and array index with function call)
[tests/lang/bug25547.phpt]
========================================
=============================
-----Original Message-----
From: Joseph Lee [mailto:joelee@joeworks.com]
Sent: Wednesday, March 24, 2004 11:48 AM
To: php-qa@lists.php.net
Subject: [PHP-QA] make test failures on AMD64 systems
Attached are test results 3 versions of PHP on a Dual-AMD64 system
running Suse Linux 9.0 for AMD64.
Are these failures a known problems with PHP on 64bit systems?
Most of the failures do not occur if I compiled on 32-bit mode with
CFLAGS=-m32 .
Joe Lee
|