php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24255 make test failing for FAIL Bug #24142 (round() problems)
Submitted: 2003-06-19 08:54 UTC Modified: 2003-06-29 10:56 UTC
From: alietss at yahoo dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4CVS-2003-06-19 (stable) OS: Linux RedHat 9.0
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alietss at yahoo dot com
New email:
PHP Version: OS:

 

 [2003-06-19 08:54 UTC] alietss at yahoo dot com
Description:
------------
Hi people:
I'm playing a while with php-4.3.3-RC2-dev on a RedHat 9.0 httpd-2.0.45, everything was ok until the make test, wich failed with this:

FAIL Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt]

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt]
=====================================================================

I was building rpms, this is my configure line:

%configure \
	--cache-file=../config.cache \
	--with-config-file-path=%{_sysconfdir} \
	--with-config-file-scan-dir=%{_sysconfdir}/php.d \
	--enable-force-cgi-redirect \
	--disable-debug \
	--enable-pic \
	--disable-rpath \
	--enable-inline-optimization \
	--with-bz2 \
	--with-db4=%{_prefix} \
	--with-curl \
	--with-dom=%{_prefix} \
	--with-exec-dir=%{_bindir} \
	--with-freetype-dir=%{_prefix} \
	--with-png-dir=%{_prefix} \
	--with-gd \
	--enable-gd-native-ttf \
	--with-ttf \
	--with-gdbm \
	--with-gettext \
	--with-pdflib=shared \
	--with-tiff-dir=%{_prefix} \
	--with-ncurses \
	--with-gmp \
	--with-iconv \
	--enable-xslt=shared \
	--with-jpeg-dir=%{_prefix} \
	--with-openssl \
	--with-png \
	--with-pspell \
	--with-regex=system \
	--with-xml \
	--with-xmlrpc \
	--with-expat-dir=%{_prefix} \
	--with-zlib \
	--with-layout=GNU \
	--enable-bcmath \
	--enable-exif \
	--enable-ftp \
	--enable-magic-quotes \
	--enable-safe-mode \
	--enable-sockets \
	--enable-sysvsem \
	--enable-sysvshm \
	--enable-discard-path \
	--enable-track-vars \
	--enable-trans-sid \
	--enable-yp \
	--enable-wddx \
	--without-oci8 \
	--with-pear=/usr/share/pear \
	--with-imap=shared \
	--with-imap-ssl \
	--with-kerberos=/usr/kerberos \
	--with-ldap=shared \
	--with-mcal=shared,%{_prefix} \
        --with-mcrypt=shared,%{_prefix} \
	--with-mhash=shared,%{_prefix} \
        --with-mssql=shared,%{_prefix} \
	--with-mysql=shared,%{_prefix} \
%if %{oracle}
	--with-oci8=shared \
%endif
	--with-pgsql=shared \
	--with-snmp=shared,%{_prefix} \
	--with-snmp=shared \
	--enable-ucd-snmp-hack \
	--with-xslt-sablot=shared,%{_prefix} \
	--with-sablot-js=shared,%{_prefix} \
	--with-unixODBC=shared \
	--enable-memory-limit \
	--enable-bcmath \
	--enable-shmop \
	--enable-versioning \
	--enable-calendar \
	--enable-dbx \
	--enable-dio \
	--enable-mcal \
	$*

make %{?_smp_mflags}

                        Regards Aliet


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-06-26 13:44 UTC] sniper@php.net
Does this happen with this package:

http://downloads.php.net/jani/php-4.3.3RC1.tar.gz
 [2003-06-26 15:05 UTC] alietss at yahoo dot com
Hi Snipper:
With those sources this are the results

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
Bug #22414: passthru() does not read data correctly [ext/standard/tests/file/bug22414.phpt]
Bug #24142 (round() problems) [ext/standard/tests/math/bug24142.phpt]
=====================================================================
 [2003-06-29 10:56 UTC] iliaa@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

This test will often due to broken compilers or excessive optimizations.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jan 13 04:00:02 2026 UTC