summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo Lopes <glopes@nebm.ist.utl.pt>2013-02-23 18:07:01 +0100
committerGustavo Lopes <glopes@nebm.ist.utl.pt>2013-02-23 18:07:01 +0100
commitfa3cb8608c35096dc5037291ab29548cdcf6a954 (patch)
tree47f16a7b943a8b7b3bfe25189fd7d3fc8adfcea0
parent12745594a4ba5f0185e80c46097072419d80f295 (diff)
downloadphp-git-fa3cb8608c35096dc5037291ab29548cdcf6a954.tar.gz
NEWS for 8718755
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 417f4fa382..2fb0da703e 100644
--- 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)