summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2016-10-17 15:50:59 +0100
committerJoe Watkins <krakjoe@php.net>2016-10-17 15:50:59 +0100
commitbd6bce888a426b2d8af44f7145e5107cdedb8841 (patch)
treee51582285914a1dda3181d2da86e68195cd3f09c
parent8d6cc00cbdcf4a571246019170eb8bf8818bc86e (diff)
downloadphp-git-bd6bce888a426b2d8af44f7145e5107cdedb8841.tar.gz
news entry for pr #2158
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e5049b515d..d3a002880d 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,7 @@ PHP NEWS
. Fixed bug #66862 ((Sub-)Namespaces unexpected behaviour). (Nikita)
. Fixed bug #73067 (__debugInfo crashes when throwing an exception).
(Laruence)
+ . Fix pthreads detection when cross-compiling (ffontaine)
- GD:
. Fixed bug #73213 (Integer overflow in imageline() with antialiasing). (cmb)