projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4093e5e
)
Fix test
author
Pierrick Charron
<pierrick@php.net>
Wed, 7 Dec 2011 16:46:48 +0000
(16:46 +0000)
committer
Pierrick Charron
<pierrick@php.net>
Wed, 7 Dec 2011 16:46:48 +0000
(16:46 +0000)
ext/curl/tests/bug27023.phpt
patch
|
blob
|
history
diff --git
a/ext/curl/tests/bug27023.phpt
b/ext/curl/tests/bug27023.phpt
index ca42c60927c24ca3723f5902db2013840862d238..b738c956e9280380eaf21426c1847c7b95e3ea97 100644
(file)
--- a/
ext/curl/tests/bug27023.phpt
+++ b/
ext/curl/tests/bug27023.phpt
@@
-33,7
+33,7
@@
$params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;type=text/plain;f
curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
var_dump(curl_exec($ch));
-$params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;
type=text/plain;filename=foo.txt
');
+$params = array('file' => '@' . __DIR__ . '/curl_testdata1.txt;
filename=foo.txt;type=text/plain
');
curl_setopt($ch, CURLOPT_POSTFIELDS, $params);
var_dump(curl_exec($ch));