1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
  ext/dba/tests/gh16390.phpt: skip if inifile is disabled
This commit is contained in:
Niels Dossche
2024-12-06 19:02:17 +01:00
2 changed files with 8 additions and 0 deletions

3
NEWS
View File

@@ -7,6 +7,9 @@ PHP NEWS
. Fixed bug GH-17061 (Now Number::round() does not remove trailing zeros).
(Saki Takamachi)
- DBA:
. Skip test if inifile is disabled. (orlitzky)
- Iconv:
. Fixed bug GH-17047 (UAF on iconv filter failure). (nielsdos)

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