diff --git a/NEWS b/NEWS index d9568bbae24..bb1b3e62785 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,9 @@ PHP NEWS . Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros). (Saki Takamachi) +- DBA: + . Skip test if inifile is disabled. (orlitzky) + - Iconv: . Fixed bug GH-17047 (UAF on iconv filter failure). (nielsdos) diff --git a/ext/dba/tests/gh16390.phpt b/ext/dba/tests/gh16390.phpt index 0b66e742a40..1c9d1f3a52e 100644 --- a/ext/dba/tests/gh16390.phpt +++ b/ext/dba/tests/gh16390.phpt @@ -2,6 +2,11 @@ GH-16390 (dba_open() can segfault for "pathless" streams) --EXTENSIONS-- dba +--SKIPIF-- + --FILE--