ID: 34981 User updated by: corinl at gmx dot de Reported By: corinl at gmx dot de -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: debian linux PHP Version: 5.0.5 New Comment:
sorry, cant check it out at the moment. but i looked in the NEWS file and as it's not noted there, i think the bug still exists. Previous Comments: ------------------------------------------------------------------------ [2005-10-25 21:04:23] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.0-win32-latest.zip ------------------------------------------------------------------------ [2005-10-25 20:59:08] corinl at gmx dot de Description: ------------ the arithmetic gives diferrent reulst in php 5.0.5 and 5.0.4 (also 5.1rc) $a = -4738698913 ^ 43814; echo($a) Reproduce code: --------------- $a = -4738698913 ^ 43814; echo($a) php 5.0.5 -> -2147439834 php 5.0.4 -> -443704711 php 5.1rc -> -443704711 Expected result: ---------------- -443704711 is correct! Actual result: -------------- -2147439834 is wrong! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34981&edit=1
