Skip to content

Commit b3f0f35

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix file clash in zlib test
2 parents da56e87 + a35379d commit b3f0f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zlib/tests/gzseek_variation4.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if (!extension_loaded("zlib")) {
88
?>
99
--FILE--
1010
<?php
11-
$f = "gzseek_variation5.gz";
11+
$f = "gzseek_variation4.gz";
1212
$h = gzopen($f, 'w');
1313
$str1 = "This is the first line.";
1414
$str2 = "This is the second line.";

0 commit comments

Comments
 (0)