summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-11-23 18:58:03 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-11-23 18:58:03 +0200
commit818bffc534f5d50c26b237390d7e011fb9ea0358 (patch)
treefe4d4e2f15b9841060a4073f56037cd7a834a789
parent9642710a0985f5cf1bf4e3762236439694f072d9 (diff)
downloadphp-git-818bffc534f5d50c26b237390d7e011fb9ea0358.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 708c3fb8bf..aea4b84bf6 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,8 @@ PHP NEWS
. Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable).
(Anatol, Laruence)
. Fixed bug #70899 (buildconf failure in extensions). (Bob, Reeze)
+ . 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).