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:57 -0700 |
| commit | 935bc5795f9191571d46e0c2f65bbfb509c6f3bc (patch) | |
| tree | 381c45e16f26953cca4f0183ed228ded6d2912ee | |
| parent | 5d391be2851fa38ac3eca001fb78ab3fa6bc591f (diff) | |
| download | php-git-935bc5795f9191571d46e0c2f65bbfb509c6f3bc.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"); |
