Skip to content

Commit ecbdd2b

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Fix zlib test for 8.5+
2 parents c727f4d + 6e733a2 commit ecbdd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zlib/tests/gzseek_seek_oob.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Test function gzseek() by seeking out of bounds
44
zlib
55
--FILE--
66
<?php
7-
$f = __DIR__."/004.txt.gz";
7+
$f = __DIR__."/data/test.txt.gz";
88
$h = gzopen($f, 'r');
99

1010
var_dump(gzseek($h, -100, SEEK_CUR));

0 commit comments

Comments
 (0)