Skip to content

Commit ce59121

Browse files
committed
Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails
1 parent 99076bc commit ce59121

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/phar/tests/tar/phar_commitwrite.phpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Phar::setStub()/stopBuffering() tar-based
55
--INI--
66
phar.require_hash=0
77
phar.readonly=0
8+
--ENV--
9+
TEMP=.
10+
TMP=.
811
--FILE--
912
<?php
1013
$p = new Phar(dirname(__FILE__) . '/brandnewphar.phar.tar', 0, 'brandnewphar.phar');
@@ -41,4 +44,4 @@ include 'phar://brandnewphar.phar/startup.php';
4144
__HALT_COMPILER(); ?>
4245
"
4346
bool(true)
44-
===DONE===
47+
===DONE===

0 commit comments

Comments
 (0)