From: Lior Kaplan Date: Mon, 23 Nov 2015 16:42:21 +0000 (+0200) Subject: Add NEWS entry for #61751 X-Git-Tag: php-5.6.17RC1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=532912d8abcd1752f937eed33d0a8e8d333a87de;p=php Add NEWS entry for #61751 --- 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).