From ce59121c5f3f67f570f462e93354de0cff1bd31a Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Mon, 7 May 2012 15:37:29 +0200 Subject: Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails --- ext/phar/tests/tar/phar_commitwrite.phpt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ext/phar') 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-- " bool(true) -===DONE=== \ No newline at end of file +===DONE=== -- cgit v1.2.1 From 2068419ae5c24781714e9d60c4baf64d254d573d Mon Sep 17 00:00:00 2001 From: Anatoliy Belsky Date: Mon, 7 May 2012 15:39:07 +0200 Subject: Fix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt fails --- ext/phar/tests/zip/phar_commitwrite.phpt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ext/phar') diff --git a/ext/phar/tests/zip/phar_commitwrite.phpt b/ext/phar/tests/zip/phar_commitwrite.phpt index 84bccb9fae..4e18a6bd2c 100644 --- a/ext/phar/tests/zip/phar_commitwrite.phpt +++ b/ext/phar/tests/zip/phar_commitwrite.phpt @@ -5,6 +5,9 @@ Phar::setStub()/stopBuffering() zip-based --INI-- phar.require_hash=0 phar.readonly=0 +--ENV-- +TEMP=. +TMP=. --FILE-- " bool(true) -===DONE=== \ No newline at end of file +===DONE=== -- cgit v1.2.1