inverted blocking option to async
[m6w6/ext-pq] / tests / async001.phpt
index 9fa2eb70a34aba0df7c85b734051e5543a0795cf..23278574a4402eb4fd8707719a47e681aa8ed95f 100644 (file)
@@ -8,7 +8,7 @@ echo "Test\n";
 
 include "_setup.inc";
 
-$c = new pq\Connection(PQ_DSN, false);
+$c = new pq\Connection(PQ_DSN, true);
 $s = array($c->status);
 echo "W";
 $w = array($c->socket);