summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-10-18 19:43:12 +0200
committerAnatol Belski <ab@php.net>2016-10-18 19:43:12 +0200
commitb754bc797cf92f4b2617f4761e4fbb33d00f1202 (patch)
tree2f236df9bd96b0662560b7b0b4200eedf8c11fee
parent9f2ab75b1096b881ee97eb2b436763aa14c19635 (diff)
downloadphp-git-b754bc797cf92f4b2617f4761e4fbb33d00f1202.tar.gz
update NEWS
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a6386f7a5c..2fd2167a46 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,7 @@ PHP NEWS
operation). (Dmitry)
. Fixed bug #73338 (Exception thrown from error handler causes valgrind
warnings (and crashes)). (Bob, Dmitry)
+ . Fixed bug #73329 ((Float)"Nano" == NAN). (Anatol)
- GD:
. Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)