]> granicus.if.org Git - php/commitdiff
NEWS for 8718755
authorGustavo Lopes <glopes@nebm.ist.utl.pt>
Sat, 23 Feb 2013 17:07:01 +0000 (18:07 +0100)
committerGustavo Lopes <glopes@nebm.ist.utl.pt>
Sat, 23 Feb 2013 17:07:01 +0000 (18:07 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 417f4fa3829177bb38d5d417cfddbb22dbad5148..2fb0da703ea0dbae3b702305daee43167c13d5bc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,10 @@ PHP                                                                        NEWS
   . Fixed bug #64142 (dval to lval different behavior on ppc64). (Remi)
   . Added ARMv7/v8 versions of various Zend arithmetic functions that are
     implemented using inline assembler (Ard Biesheuvel)
+  . Fix undefined behavior when converting double variables to integers.
+    The double is now always rounded towards zero, the remainder of its division
+       by 2^32 or 2^64 (depending on sizeof(long)) is calculated and it's made
+       signed assuming a two's complement representation. (Gustavo)
 
 - CLI server:
   . Fixed bug #64128 (buit-in web server is broken on ppc64). (Remi)