X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-pq;a=blobdiff_plain;f=tests%2Fasync001.phpt;h=23278574a4402eb4fd8707719a47e681aa8ed95f;hp=9fa2eb70a34aba0df7c85b734051e5543a0795cf;hb=b088cd2411ed95480864d0183c98788085ac3909;hpb=33f82236a1e9061aba8050399835e82e0531c82b diff --git a/tests/async001.phpt b/tests/async001.phpt index 9fa2eb7..2327857 100644 --- a/tests/async001.phpt +++ b/tests/async001.phpt @@ -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);