summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2014-07-14 08:21:27 -0700
committerRasmus Lerdorf <rasmus@php.net>2014-07-14 08:22:05 -0700
commit3b08082600ed8e136ac43d7f08b03d6d574dadda (patch)
treebd29e5739a29646ea0161e811620e3b7aceb668e
parent275e41cb1289b2c1bea4d25dc6fabc726bb28a63 (diff)
downloadphp-git-3b08082600ed8e136ac43d7f08b03d6d574dadda.tar.gz
This test depends on expose_php being on
-rw-r--r--sapi/cgi/tests/bug61605.phpt2
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");