summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).