summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-02 18:50:33 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-02 18:50:33 +0100
commit637713c1a442931ca2528292cd6ff54fcaed951c (patch)
tree79992d63c2b14dabee954d766028af3a39d6fbc9
parent700f876a1ae5957bda027b36b1fdf3ffdbe57f6f (diff)
downloadphp-git-637713c1a442931ca2528292cd6ff54fcaed951c.tar.gz
Update NEWS
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee5440641a..c512da9586 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ PHP NEWS
. Fixed bug #77652 (Anonymous classes can lose their interface information).
(Nikita)
. Fixed bug #77609 (Tests with shared extensions fails). (Ralf Habacker)
+ . Fixed bug #77676 (Unable to run tests when building shared extension on
+ AIX). (Kevin Adler)
- FPM:
. Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).