Skip to content

Commit 626331f

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: [skip ci] Fix tmp file clash in ext/zip/tests/oo_cancel.phpt
2 parents e2bd92f + 574d780 commit 626331f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/tests/oo_cancel.phpt

+1-1
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)