diff options
author | Anatoliy Belsky <ab@php.net> | 2012-05-07 15:39:07 +0200 |
---|---|---|
committer | Anatoliy Belsky <ab@php.net> | 2012-05-07 15:39:07 +0200 |
commit | 2068419ae5c24781714e9d60c4baf64d254d573d (patch) | |
tree | f6f6ad56b8dc5e2dbb717c04dfbbd8491e83056f /ext/phar | |
parent | ce59121c5f3f67f570f462e93354de0cff1bd31a (diff) | |
download | php-git-2068419ae5c24781714e9d60c4baf64d254d573d.tar.gz |
Fix bug 61905 ext\phar\tests\zip\phar_commitwrite.phpt fails
Diffstat (limited to 'ext/phar')
-rw-r--r-- | ext/phar/tests/zip/phar_commitwrite.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
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-- <?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=== |