diff options
author | Greg Beaver <cellog@php.net> | 2008-02-07 04:24:58 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2008-02-07 04:24:58 +0000 |
commit | 1cac0aa8e299c6d3095ad4492900fdf030db6f27 (patch) | |
tree | 801ccb98cb58c9d6b7439b83dbb477a383fefe90 /ext/phar/tests/zip/frontcontroller9.phar.phpt | |
parent | aa32ad6d9d861c6eb6d2c03c08029ea9db429718 (diff) | |
download | php-git-1cac0aa8e299c6d3095ad4492900fdf030db6f27.tar.gz |
fix webPhar() in CGI sapi, update tests to reflect reality of how these ENV vars are passed
Diffstat (limited to 'ext/phar/tests/zip/frontcontroller9.phar.phpt')
-rw-r--r-- | ext/phar/tests/zip/frontcontroller9.phar.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/phar/tests/zip/frontcontroller9.phar.phpt b/ext/phar/tests/zip/frontcontroller9.phar.phpt index 70dbaa05ad..6c116e2955 100644 --- a/ext/phar/tests/zip/frontcontroller9.phar.phpt +++ b/ext/phar/tests/zip/frontcontroller9.phar.phpt @@ -3,8 +3,9 @@ Phar front controller rewrite array zip-based --SKIPIF-- <?php if (!extension_loaded("phar")) die("skip"); ?> --ENV-- -SCRIPT_NAME=/frontcontroller9.phar.php/hi +SCRIPT_NAME=/frontcontroller9.phar.php REQUEST_URI=/frontcontroller9.phar.php/hi +PATH_INFO=/hi --FILE_EXTERNAL-- frontcontroller3.phar.zip --EXPECTHEADERS-- |