diff options
author | Lior Kaplan <kaplanlior@gmail.com> | 2015-11-23 18:58:03 +0200 |
---|---|---|
committer | Lior Kaplan <kaplanlior@gmail.com> | 2015-11-23 18:58:03 +0200 |
commit | 818bffc534f5d50c26b237390d7e011fb9ea0358 (patch) | |
tree | fe4d4e2f15b9841060a4073f56037cd7a834a789 | |
parent | 9642710a0985f5cf1bf4e3762236439694f072d9 (diff) | |
download | php-git-818bffc534f5d50c26b237390d7e011fb9ea0358.tar.gz |
Add NEWS entry for #61751
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |