1
0
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:
Niels Dossche
2024-12-06 19:02:22 +01:00

View File

@@ -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';