X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=tests%2Fhelper%2Fserver.inc;h=f203ed6c50f1696253e1a06d6e3439e0db95cc7c;hp=9ca96cd726e62c8bb0b8b64f39eb98438e6514a0;hb=018096825617afa428c9c17f83b1ad3f3f3f96e5;hpb=92ebc45a45d1cd712ea9d8d9fcf8b64b115939df diff --git a/tests/helper/server.inc b/tests/helper/server.inc index 9ca96cd..f203ed6 100644 --- a/tests/helper/server.inc +++ b/tests/helper/server.inc @@ -24,7 +24,7 @@ if ($php) { define("PHP_BIN", PHP_BINDIR.DIRECTORY_SEPARATOR."php"); } -foreach (array("raphf", "propro", "http") as $ext) { +foreach (array("raphf", "http") as $ext) { if (!extension_loaded($ext)) { dl(ext_lib_name($ext)); } @@ -131,7 +131,7 @@ function server($handler, $cb) { $args[] = $argList[$i]; } } - foreach (['raphf', 'propro', 'http'] as $ext) { + foreach (['raphf', 'http'] as $ext) { if (null !== $arg = get_extension_load_arg(PHP_BIN, $args, $ext)) { $args[] = $arg; }