]> granicus.if.org Git - php/commitdiff
- Another test that gives completely different results if readonly=0
authorSteph Fox <sfox@php.net>
Sun, 27 Apr 2008 12:22:36 +0000 (12:22 +0000)
committerSteph Fox <sfox@php.net>
Sun, 27 Apr 2008 12:22:36 +0000 (12:22 +0000)
ext/phar/tests/zip/notphar.phpt

index 30fadf055849243ee185f0533e603449162f077e..26dcd71ed9c11bfbf8ee6ba7929d4176bd5396f9 100644 (file)
@@ -2,6 +2,8 @@
 Phar: a non-executable zip with no stub named .phar.zip
 --SKIPIF--
 <?php if (!extension_loaded("phar")) die("skip"); ?>
+--INI--
+phar.readonly=1
 --FILE--
 <?php
 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip';