Skip to content

Commit b63db81

Browse files
committed
Merge branch 'PHP-8.4'
* PHP-8.4: ext/dba/tests/gh16390.phpt: skip if inifile is disabled
2 parents 559eb7f + f473e86 commit b63db81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ext/dba/tests/gh16390.phpt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
GH-16390 (dba_open() can segfault for "pathless" streams)
33
--EXTENSIONS--
44
dba
5+
--SKIPIF--
6+
<?php
7+
require_once __DIR__ . '/setup/setup_dba_tests.inc';
8+
check_skip('inifile');
9+
?>
510
--FILE--
611
<?php
712
$file = 'data:text/plain;z=y;uri=eviluri;mediatype=wut?;mediatype2=hello,somedata';

0 commit comments

Comments
 (0)