inverted blocking option to async
[m6w6/ext-pq] / tests / async002.phpt
index 3dd80d18973f7787c45af35787a8a08dec81f2f7..16de35a421dc7b79d119c2a86dadb55220119b84 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);
 
 function complete($c) {
        $s = array($c->status);