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:
3
NEWS
3
NEWS
@@ -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)
|
||||
|
||||
|
||||
@@ -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