summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2010-11-18 04:09:02 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2010-11-18 04:09:02 +0000
commita31f379367cfab9b184d0ae4409c6e6e74c1a3d7 (patch)
tree6e983cb0e9dd7c5540d5abd15d78634000880711 /tests
parente516b7a96491315973b43255d6dd99a7ea17ed38 (diff)
downloadphp-git-a31f379367cfab9b184d0ae4409c6e6e74c1a3d7.tar.gz
- Reversed implementation of FR #44164, pending further consideration.
See rev #304903.
Diffstat (limited to 'tests')
-rw-r--r--tests/basic/req44164.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/basic/req44164.phpt b/tests/basic/req44164.phpt
deleted file mode 100644
index d0082861f2..0000000000
--- a/tests/basic/req44164.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-Req #44164 (Handle "Content-Length" HTTP header when zlib.output_compression active)
---SKIPIF--
-<?php
-if (!function_exists('gzdeflate'))
- die("skip zlib extension required");
-?>
---INI--
-zlib.output_compression=On
---ENV--
-HTTP_ACCEPT_ENCODING=gzip
---FILE--
-<?php
-header("Content-length: 200");
-echo str_repeat("a", 200);
---EXPECT--
-aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa