5.3 compatibility
[m6w6/ext-http] / tests / client027.phpt
index 5d81194c0aa323bdc1f746a05bf625d1594dd1bb..d33a58db02c84dbb42b4d39dc6bc77d397957f00 100644 (file)
@@ -15,7 +15,7 @@ echo "Test\n";
 
 server("cookie.inc", function($port) {
        $client = new http\Client(null, "cookies");
-       $client->configure(["pipelining" => false]);
+       $client->configure(array("pipelining" => false));
        $request = new http\Client\Request("GET", "http://localhost:$port?r1");
        $client->enqueue($request);
        $client->send();