projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
56e7804
)
fix typo
author
Michael Wallner
<mike@php.net>
Mon, 3 Aug 2015 07:02:18 +0000
(09:02 +0200)
committer
Michael Wallner
<mike@php.net>
Mon, 3 Aug 2015 07:02:18 +0000
(09:02 +0200)
tests/client019.phpt
patch
|
blob
|
history
diff --git
a/tests/client019.phpt
b/tests/client019.phpt
index 9666b976a618a6f297df56448ac70df54ae18c58..eea116a2082eba3dc5372b21daa9d4c4e959ebf0 100644
(file)
--- a/
tests/client019.phpt
+++ b/
tests/client019.phpt
@@
-6,7
+6,7
@@
include "skipif.inc";
skip_client_test();
$client = new http\Client("curl");
array_key_exists("proxyheader", $client->getAvailableOptions())
- or die("skip need libcurl with CU
T
LOPT_PROXYHEADER support\n");
+ or die("skip need libcurl with CU
R
LOPT_PROXYHEADER support\n");
?>
--FILE--
<?php