]> granicus.if.org Git - php/commitdiff
Fixed tests affect by local ini
authorXinchen Hui <laruence@php.net>
Wed, 9 Jul 2014 10:34:40 +0000 (18:34 +0800)
committerXinchen Hui <laruence@php.net>
Wed, 9 Jul 2014 10:34:40 +0000 (18:34 +0800)
ext/phar/tests/cache_list/frontcontroller21.phpt
ext/phar/tests/frontcontroller21.phpt
ext/phar/tests/tar/frontcontroller21.phar.phpt
ext/phar/tests/zip/frontcontroller21.phar.phpt

index 829f2986e99e8f9a53c12bf6ca277328e03d0576..0b5953acf03e2bdc34b326b26c10e55bf9a29d34 100644 (file)
@@ -3,6 +3,7 @@ Phar front controller $_SERVER munging success [cache_list]
 --INI--
 default_charset=UTF-8
 phar.cache_list={PWD}/frontcontroller21.php
+cgi.fix_pathinfo=1
 --SKIPIF--
 <?php if (!extension_loaded("phar")) die("skip"); ?>
 --ENV--
@@ -22,4 +23,4 @@ string(18) "/index.php?test=hi"
 string(32) "/frontcontroller21.php/index.php"
 string(22) "/frontcontroller21.php"
 string(%d) "%sfrontcontroller21.php"
-string(40) "/frontcontroller21.php/index.php?test=hi"
\ No newline at end of file
+string(40) "/frontcontroller21.php/index.php?test=hi"
index bf50c6e80165dc3db93784831dd0897cbd0aa814..6520abecae63cc639aa96dac81cf4aa651770664 100644 (file)
@@ -2,6 +2,7 @@
 Phar front controller $_SERVER munging success
 --INI--
 default_charset=UTF-8
+cgi.fix_pathinfo=1
 --SKIPIF--
 <?php if (!extension_loaded("phar")) die("skip"); ?>
 --ENV--
@@ -21,4 +22,4 @@ string(18) "/index.php?test=hi"
 string(32) "/frontcontroller21.php/index.php"
 string(22) "/frontcontroller21.php"
 string(%d) "%sfrontcontroller21.php"
-string(40) "/frontcontroller21.php/index.php?test=hi"
\ No newline at end of file
+string(40) "/frontcontroller21.php/index.php?test=hi"
index bb93996d69ec9cbd20ab710b77dfc7242feff144..31bb61edab83e2b2d9d4e505599829489cfc09d2 100644 (file)
@@ -2,6 +2,7 @@
 Phar front controller $_SERVER munging success tar-based
 --INI--
 default_charset=UTF-8
+cgi.fix_pathinfo=1
 --SKIPIF--
 <?php if (!extension_loaded("phar")) die("skip"); ?>
 --ENV--
@@ -21,4 +22,4 @@ string(18) "/index.php?test=hi"
 string(37) "/frontcontroller21.phar.php/index.php"
 string(27) "/frontcontroller21.phar.php"
 string(%d) "%sfrontcontroller21.phar.php"
-string(45) "/frontcontroller21.phar.php/index.php?test=hi"
\ No newline at end of file
+string(45) "/frontcontroller21.phar.php/index.php?test=hi"
index 74caa2c81485e905f46709f70029154f7574650e..143b83659aa1a92a1bfaa02d50bc269b4336fe0f 100644 (file)
@@ -2,6 +2,7 @@
 Phar front controller $_SERVER munging success zip-based
 --INI--
 default_charset=UTF-8
+cgi.fix_pathinfo=1
 --SKIPIF--
 <?php if (!extension_loaded("phar")) die("skip"); ?>
 <?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
@@ -22,4 +23,4 @@ string(18) "/index.php?test=hi"
 string(37) "/frontcontroller21.phar.php/index.php"
 string(27) "/frontcontroller21.phar.php"
 string(%d) "%sfrontcontroller21.phar.php"
-string(45) "/frontcontroller21.phar.php/index.php?test=hi"
\ No newline at end of file
+string(45) "/frontcontroller21.phar.php/index.php?test=hi"