summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-11-23 18:42:21 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-11-23 18:42:21 +0200
commit532912d8abcd1752f937eed33d0a8e8d333a87de (patch)
treeaf6837c49b928a037aa5f868bb2c48726c7c5b21
parentd6b78a351127285c907bc30cab79eed0b7941330 (diff)
downloadphp-git-532912d8abcd1752f937eed33d0a8e8d333a87de.tar.gz
Add NEWS entry for #61751
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b2b454103c..48529c5cc9 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
abstract class). (Laruence)
. Fixed bug #70944 (try{ } finally{} can create infinite chains of
exceptions). (Laruence)
+ . Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol:
+ php_register_internal_extensions). (Lior Kaplan)
- Mysqlnd:
. Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction).