Skip to content

Commit 2068419

Browse files
committed
Fix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt fails
1 parent ce59121 commit 2068419

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ext/phar/tests/zip/phar_commitwrite.phpt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Phar::setStub()/stopBuffering() zip-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.zip', 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)