Skip to content

Commit f473e86

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

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ PHP NEWS
77
. Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros).
88
(Saki Takamachi)
99

10+
- DBA:
11+
. Skip test if inifile is disabled. (orlitzky)
12+
1013
- Iconv:
1114
. Fixed bug GH-17047 (UAF on iconv filter failure). (nielsdos)
1215

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)