From: Anatoliy Belsky <ab@php.net>
Date: Mon, 7 May 2012 13:37:29 +0000 (+0200)
Subject: Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails
X-Git-Tag: php-5.3.14RC1~19
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce59121c5f3f67f570f462e93354de0cff1bd31a;p=php

Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails
---

diff --git a/ext/phar/tests/tar/phar_commitwrite.phpt b/ext/phar/tests/tar/phar_commitwrite.phpt
index b926b9a081..262ea1d00d 100644
--- a/ext/phar/tests/tar/phar_commitwrite.phpt
+++ b/ext/phar/tests/tar/phar_commitwrite.phpt
@@ -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===