Skip to content

Commit 7c970f0

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix test conflict between gzfile_basic.phpt and gzfile_basic2.phpt
2 parents 751c267 + 1e5f46f commit 7c970f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zlib/tests/gzfile_basic2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hello world
99
is a very common test
1010
for all languages
1111
EOT;
12-
$dirname = 'gzfile_temp';
12+
$dirname = 'gzfile_temp2';
1313
$filename = $dirname.'/gzfile_basic2.txt';
1414
mkdir($dirname);
1515
$h = fopen($filename, 'w');

0 commit comments

Comments
 (0)