add support for nonblocking writes
authorMichael Wallner <mike@php.net>
Wed, 18 May 2016 12:20:21 +0000 (14:20 +0200)
committerMichael Wallner <mike@php.net>
Wed, 18 May 2016 12:20:21 +0000 (14:20 +0200)
commita3df086cd5d06891864ccf57acf81cea22e79f8b
treea2b063e79478b0fa90f77f70ad9c0915fde8c200
parente4075e6d5c7497fd44463f2fe985dee7a54c1bee
add support for nonblocking writes

added pq\Connection::$nonblocking and pq\Connection::flush()

Closes gh-issue #16
package.xml
src/php_pqconn.c
tests/flush001.phpt [new file with mode: 0644]