]> granicus.if.org Git - php/commitdiff
Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails
authorAnatoliy Belsky <ab@php.net>
Mon, 7 May 2012 13:37:29 +0000 (15:37 +0200)
committerAnatoliy Belsky <ab@php.net>
Mon, 7 May 2012 13:37:29 +0000 (15:37 +0200)
ext/phar/tests/tar/phar_commitwrite.phpt

index b926b9a08138603096f91f6152446fa82e71edbc..262ea1d00dd9a453c111ed9bb1279cafec1c9a9c 100644 (file)
@@ -5,6 +5,9 @@ Phar::setStub()/stopBuffering() tar-based
 --INI--
 phar.require_hash=0
 phar.readonly=0
+--ENV--
+TEMP=.
+TMP=.
 --FILE--
 <?php
 $p = new Phar(dirname(__FILE__) . '/brandnewphar.phar.tar', 0, 'brandnewphar.phar');
@@ -41,4 +44,4 @@ include 'phar://brandnewphar.phar/startup.php';
 __HALT_COMPILER(); ?>
 "
 bool(true)
-===DONE===
\ No newline at end of file
+===DONE===