From 0dc8e153f068d615e236632c7599e758f54dfb42 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 25 Sep 2014 15:34:56 +0200 Subject: [PATCH] add test for bug67932 --- package.xml | 1 + tests/bug67932.phpt | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 tests/bug67932.phpt diff --git a/package.xml b/package.xml index 9aa688a..410c749 100644 --- a/package.xml +++ b/package.xml @@ -135,6 +135,7 @@ v2: http://dev.iworks.at/ext-http/lcov/ext/http/ + diff --git a/tests/bug67932.phpt b/tests/bug67932.phpt new file mode 100644 index 0000000..7ab8251 --- /dev/null +++ b/tests/bug67932.phpt @@ -0,0 +1,18 @@ +--TEST-- +Bug #67932 (php://input always empty) +--SKIPIF-- + +--PUT-- +Content-Type: text/xml + + +test +--FILE-- + +--EXPECT-- + +test \ No newline at end of file -- 2.30.2