We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b88dcc9 + def271a commit f473e86Copy full SHA for f473e86
NEWS
@@ -7,6 +7,9 @@ PHP NEWS
7
. Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros).
8
(Saki Takamachi)
9
10
+- DBA:
11
+ . Skip test if inifile is disabled. (orlitzky)
12
+
13
- Iconv:
14
. Fixed bug GH-17047 (UAF on iconv filter failure). (nielsdos)
15
ext/dba/tests/gh16390.phpt
@@ -2,6 +2,11 @@
2
GH-16390 (dba_open() can segfault for "pathless" streams)
3
--EXTENSIONS--
4
dba
5
+--SKIPIF--
6
+<?php
+require_once __DIR__ . '/setup/setup_dba_tests.inc';
+check_skip('inifile');
+?>
--FILE--
<?php
$file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';
0 commit comments