mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.4'
* PHP-8.4: ext/dba/tests/gh16390.phpt: skip if inifile is disabled
This commit is contained in:
@@ -2,6 +2,11 @@
|
||||
GH-16390 (dba_open() can segfault for "pathless" streams)
|
||||
--EXTENSIONS--
|
||||
dba
|
||||
--SKIPIF--
|
||||
<?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';
|
||||
|
||||
Reference in New Issue
Block a user