summaryrefslogtreecommitdiff
path: root/ext/curl/tests/bug79033.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/tests/bug79033.phpt')
-rw-r--r--ext/curl/tests/bug79033.phpt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/curl/tests/bug79033.phpt b/ext/curl/tests/bug79033.phpt
index 98a97ed7a4..7021385c98 100644
--- a/ext/curl/tests/bug79033.phpt
+++ b/ext/curl/tests/bug79033.phpt
@@ -21,9 +21,10 @@ var_dump(curl_getinfo($ch)["request_header"]);
string(%d) "array(0) {
}
"
-string(90) "POST /get.inc?test=post HTTP/1.1
+string(%d) "POST /get.inc?test=post HTTP/1.1
Host: localhost:%d
Accept: */*
Content-Length: 0
+Content-Type: application/x-www-form-urlencoded
"