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/tar/frontcontroller19.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/tar/frontcontroller19.phar.phpt')
-rw-r--r-- | ext/phar/tests/tar/frontcontroller19.phar.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/phar/tests/tar/frontcontroller19.phar.phpt b/ext/phar/tests/tar/frontcontroller19.phar.phpt index df5094b9d9..9f52f8824f 100644 --- a/ext/phar/tests/tar/frontcontroller19.phar.phpt +++ b/ext/phar/tests/tar/frontcontroller19.phar.phpt @@ -3,8 +3,9 @@ Phar front controller $_SERVER munging failure 2 tar-based --SKIPIF-- <?php if (!extension_loaded("phar")) die("skip"); ?> --ENV-- -SCRIPT_NAME=/frontcontroller19.phar.php/ +SCRIPT_NAME=/frontcontroller19.phar.php REQUEST_URI=/frontcontroller19.phar.php/ +PATH_INFO=/ --FILE_EXTERNAL-- frontcontroller10.phar.tar --EXPECTF-- |