fixes #24
[m6w6/ext-pq] / src / php_pqconn.c
2017-05-03  Michael Wallnerfixes #24
2016-05-20  Michael WallnerMerge branch 'v1.1.x'
2016-05-20  Michael WallnerMerge branch 'v1.1.x'
2016-05-20  Michael WallnerMerge branch 'v1.1.x'
2016-05-18  Michael WallnerMerge branch 'v1.1.x'
2016-05-18  Michael Wallneradd support for nonblocking writes
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael Wallnerrestore listeners and statements on connection reset
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-05-03  Michael Wallnerrename php_pq_clear_res -> php_pqres_clear
2016-05-03  Michael Wallnerfix issue #9 @github: execAsync - gets another result
2016-01-19  Michael WallnerMerge branch 'v1.0.x'
2015-12-04  Michael WallnerMerge branch 'master' into phpng
2015-08-19  Michael Wallnerfinish port
2015-08-17  Michael Wallnerflush
2015-07-27  Michael Wallnerprovide RTLD_LAZY compatibility
2015-05-29  Michael WallnerMerge branch 'feature/cursor-async' of https://github...
2015-05-21  Michael WallnerSTATUS => ZEND_RESULT_CODE
2015-05-06  Michael Wallnerfix reflection arginfo
2014-12-15  Chris WrightAdd Cursor::$query property
2014-12-15  Chris WrightAdd Cursor::$flags property
2014-12-12  Chris WrightMerge branch 'feature/async-stmt-deallocate'
2014-12-10  Chris WrightAdd deallocate() and prepare() to Statement
2014-12-03  Michael WallnerMerge remote-tracking branch 'DaveRandom/fix/txn-async...
2014-11-27  Chris WrightMark transaction as open when started async
2014-11-25  Michael Wallnernow single row mode for prepare and declare
2014-10-23  Michael Wallnerfix isolation level
2014-10-17  Remi ColletMerge branch 'master' of git.php.net:/pecl/database/pq
2014-10-16  Michael Wallnersupport PostgreSQL down to 9.0; JSON is optional
2014-10-15  Michael Wallnercheck for PQconninfo
2014-10-15  Michael Wallneradd pq\Connection::$params
2014-10-06  Michael Wallnerpq\Cursor::__construct
2014-09-30  Michael Wallnerfix ZTS
2014-09-26  Michael Wallnerconvert zend_hash_apply_with_argument(s)
2014-09-26  Michael Wallnerupdate from docs
2014-09-25  Michael Wallnerupdate from docs
2014-09-17  Michael Wallnermore internal conversions
2014-09-17  Michael Wallnerguard against uninitialized property write, too
2014-09-16  Michael Wallnerfix bitmask
2014-09-13  Michael Wallnerping server and eventually reset conn on wakeup
2014-09-12  Michael Wallnerrefactor auto conversion
2014-09-12  Michael Wallnerrefactor type conversion
2014-09-12  Michael Wallneradd default propoerties to connection
2014-09-11  Michael Wallnerfix possible invalid free and a leak
2014-07-14  Michael Wallnerunregister eventhandler
2014-07-14  Michael Wallnerunlisten support
2014-07-14  Michael Wallneruse php_pq_callback_recurse
2014-05-23  Michael Wallnerzts and 5.6 fixes ida
2014-04-04  Michael Wallneradd cursor support
2013-05-14  Michael Wallnertype converters
2013-04-15  Michael Wallnerno gc for now
2013-04-15  Michael Wallnertransform event handlers to zvals;
2013-04-13  Michael Wallnerimplemented get_properties() object handler
2013-03-22  Michael Wallnersplit source v0.1.0