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:
d23b45c
)
- ws
author
Michael Wallner
<mike@php.net>
Mon, 7 Nov 2005 12:41:39 +0000
(12:41 +0000)
committer
Michael Wallner
<mike@php.net>
Mon, 7 Nov 2005 12:41:39 +0000
(12:41 +0000)
# must be some sort of complex that everything needs to be aligned...
tests/HttpRequestPool_003.phpt
patch
|
blob
|
history
diff --git
a/tests/HttpRequestPool_003.phpt
b/tests/HttpRequestPool_003.phpt
index 48f6adfe9bc7864f9e84063b582bddb252d3120b..ccec043c45d2ec44d7254038a44493a557223bae 100644
(file)
--- a/
tests/HttpRequestPool_003.phpt
+++ b/
tests/HttpRequestPool_003.phpt
@@
-48,7
+48,7
@@
class Pool extends HttpRequestPool
HttpRequest::METH_GET,
array(
'redirect' => 5,
- 'compress' => GZIP,
+
'compress' => GZIP,
'timeout' => TOUT,
'connecttimeout' => TOUT,
'lastmodified' => is_file($file)?filemtime($file):0
@@
-114,7
+114,7
@@
define('RMAX', 10);
chdir(dirname(__FILE__));
$time = microtime(true);
-$p = new Pool();
+$p
ool
= new Pool();
printf("Elapsed: %0.3fs\n", microtime(true)-$time);
echo "Done\n";