diff --git a/NEWS b/NEWS index 4a86a80264c..f167580c2f4 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.3.16 +- 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--