Skip to content

Commit 574d780

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: [skip ci] Fix tmp file clash in ext/zip/tests/oo_cancel.phpt
2 parents 50127ce + 8fc023c commit 574d780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/tests/oo_cancel.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ date.timezone=UTC
1212
--FILE--
1313
<?php
1414
$dirname = dirname(__FILE__) . '/';
15-
$file = $dirname . '__tmp_oo_progress.zip';
15+
$file = $dirname . '__tmp_oo_cancel.zip';
1616

1717
@unlink($file);
1818

0 commit comments

Comments
 (0)