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

index 84bccb9fae98faaddecd7ebc916647b9d8475db7..4e18a6bd2c0b5af44a4d889030c8fd4e47db61f9 100644 (file)
@@ -5,6 +5,9 @@ Phar::setStub()/stopBuffering() zip-based
 --INI--
 phar.require_hash=0
 phar.readonly=0
+--ENV--
+TEMP=.
+TMP=.
 --FILE--
 <?php
 $p = new Phar(dirname(__FILE__) . '/brandnewphar.phar.zip', 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===