Skip to content

Commit

Permalink
Fix bug 61903 ext\phar\tests\tar\phar_commitwrite.phpt fails
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed May 7, 2012
1 parent 99076bc commit ce59121
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ext/phar/tests/tar/phar_commitwrite.phpt
Expand Up @@ -5,6 +5,9 @@ Phar::setStub()/stopBuffering() tar-based
--INI-- --INI--
phar.require_hash=0 phar.require_hash=0
phar.readonly=0 phar.readonly=0
--ENV--
TEMP=.
TMP=.
--FILE-- --FILE--
<?php <?php
$p = new Phar(dirname(__FILE__) . '/brandnewphar.phar.tar', 0, 'brandnewphar.phar'); $p = new Phar(dirname(__FILE__) . '/brandnewphar.phar.tar', 0, 'brandnewphar.phar');
Expand Down Expand Up @@ -41,4 +44,4 @@ include 'phar://brandnewphar.phar/startup.php';
__HALT_COMPILER(); ?> __HALT_COMPILER(); ?>
" "
bool(true) bool(true)
===DONE=== ===DONE===

0 comments on commit ce59121

Please sign in to comment.