ID:               31490
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at dicr dot org
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Variables related
 Operating System: Fedora Linux
 PHP Version:      4.3.10
 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.




Previous Comments:
------------------------------------------------------------------------

[2005-01-11 14:24:27] [EMAIL PROTECTED]

If you use the Fedora Core php package, current updates still have the
float/long conversion patch applied: see
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=143514
this'll be fixed in the 4.3.11 updates as-and-when.

------------------------------------------------------------------------

[2005-01-11 12:50:42] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip

------------------------------------------------------------------------

[2005-01-11 11:52:57] php at dicr dot org

Description:
------------
printf("%X",0xFFFFFFFF) 
result of this is hard stupid: 7FFFFFF 
mus be: FFFFFFFF 
 
echo (int)0xFFFFFFFF 
result is hard stupid: 2147483647 
must be: -1 
 
 
 
 
 

Expected result:
----------------
printf("%X",0xFFFFFFFF) 
result: FFFFFFFF 
 
echo (int)0xFFFFFFFF 
result: -1 
 
 
 
 



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=31490&edit=1

Reply via email to