For Programmers: Free Programming Magazines  


Home > Archive > PHP Questions and Answers > March 2004 > PHP4.3.5 Test Result on AMD64









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author PHP4.3.5 Test Result on AMD64
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

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com