diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2014-07-14 08:21:27 -0700 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2014-07-14 08:21:27 -0700 |
commit | 40955e27f789b2b0b3873b11c23f017ffc03cd86 (patch) | |
tree | 618414b62774d606dee698c467239d949649dd50 | |
parent | 61b91ee7db176667669701a6498bc026428dc96a (diff) | |
download | php-git-40955e27f789b2b0b3873b11c23f017ffc03cd86.tar.gz |
This test depends on expose_php being on
-rw-r--r-- | sapi/cgi/tests/bug61605.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/cgi/tests/bug61605.phpt b/sapi/cgi/tests/bug61605.phpt index c6e4cf20ca..9c29e6dda2 100644 --- a/sapi/cgi/tests/bug61605.phpt +++ b/sapi/cgi/tests/bug61605.phpt @@ -4,6 +4,8 @@ Bug #61605 (header_remove() does not remove all headers) <?php include "skipif.inc"; ?> --GET-- foo=bar +--INI-- +expose_php=On --FILE-- <?php header("A: first"); |