prepare v2.2.3
[m6w6/ext-pq] / src /
2024-02-05  Michael WallnerMerge pull request #52 from m6w6/issue-pointers
2024-01-29  Remi ColletFix incompatible pointer types issue-pointers 52/head
2024-01-29  Remi ColletFix [-Wformat=]
2024-01-29  Remi ColletFix incompatible pointer types
2023-06-15  Remi ColletMerge pull request #49 from m6w6/issue-verprop
2023-06-13  Remi Colletnew properties are read only 49/head
2023-06-13  Remi Colletadd php_pq_version_to_string() helper (factorization)
2023-06-13  Remi Colletfix library version in PHPinfo
2023-06-13  Remi Colletcheck that needed functions exists
2023-06-12  Remi Colletadd libraryVersion, protocolVersion and serverVersion...
2023-05-03  Michael Wallnerfix #47: JSON conv broken since 2.2.1
2021-11-10  Michael WallnerPHP-8.2 compat with __toString
2021-08-11  Michael Wallnerfix async queries not cleared prior some sync queries
2021-08-11  Daniil GentiliAdd BYTEA unescaping support
2021-08-10  Michael Wallnerfix #41: PHP-8.1 compat
2021-08-10  Michael Wallnergc: ignore recursive calls
2021-06-11  Michael WallnerMerge pull request #40 from m6w6/issue-php81
2021-06-11  Remi Colletfix previous 40/head
2021-06-11  Remi Colletfix prototype for 8.1
2021-03-10  Michael Wallnertypo
2021-03-10  Michael Wallnercompatibility with master
2021-01-15  Michael Wallnerfix PHP-master
2020-09-24  Michael Wallnercheck for new connection status constants in pg-10+
2020-09-24  Remi Colletfix stream for php <= 7.3
2020-09-24  Michael Wallnerfix mind effup
2020-09-24  Michael Wallnerrestore PHP 7 compatibility
2020-09-24  Michael Wallnerfix leaks on property read
2020-09-24  Michael Wallnerredo PHP 8 compatibility
2020-09-23  Michael Wallnerrestore PHP 7 compatibility
2020-09-23  Michael WallnerPHP 8 compatibility
2020-02-07  Michael Wallnerulong -> unsigned long
2020-02-06  Aaron PiotrowskiFix build with 7.4 on macOS 35/head
2020-01-18  Michael Wallnerfix pq\Types with PgSQL-12
2019-12-28  Michael WallnerMerge pull request #34 from JustBlackBird/empty-array-fix
2019-12-28  Dmitry SimushevFix empty arrays parsing 34/head
2019-06-29  Michael WallnerMerge pull request #33 from m6w6/fix-19
2019-06-18  Michael Wallnerfix issue #19: Failed test with PgSQL < 9.3 fix-19 33/head
2019-03-04  Michael Wallnerupgrade pq\Types
2019-03-04  Michael WallnerPHP-7.4 compat
2019-01-14  Michael Wallnerfix master compatibility
2018-07-18  Remi Colletfix for 7.3.0alpha4
2018-06-26  Michael Wallnerfix gh issue #30
2018-03-05  Michael Wallnerfix pq\Result's iterator handling
2018-03-02  Michael Wallnerupdate travis-pecl
2018-01-09  Michael Wallnerfix build with master
2018-01-08  Michael Wallnerfix #27
2017-06-23  Remi Colletfix pq\DateTime::createFromFormat() proto for 7.2
2017-05-03  Michael Wallnerfixes #24
2016-11-15  Michael Wallnerfix issue #23 (PHP-7.1 JSON compat)
2016-05-20  Michael WallnerMerge branch 'v1.1.x'
2016-05-20  Michael Wallnerrm TSRMLS_CC
2016-05-20  Michael WallnerMerge branch 'v1.1.x'
2016-05-20  Michael Wallnerfix build with postgresql < 9.3
2016-05-20  Michael Wallnerfix warning
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 Wallnerfix typo
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 Wallneroh yeah, great job, mike
2016-05-17  Michael WallnerMerge branch 'v1.1.x'
2016-05-17  Michael WallnerAdded pq\Result::$diag, listing PQresultErrorField...
2016-05-03  Michael WallnerMerge branch 'v1.0.x'
2016-05-03  Michael Wallnerfix coverity issues
2016-05-03  Michael Wallnerfix PHP-5.4 build
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-20  Michael Wallnerfix two long/zend_long mismatches
2016-01-19  Michael WallnerMerge branch 'v1.0.x'
2015-12-04  Michael WallnerMerge branch 'master' into phpng
2015-08-19  Michael Wallnerfix leak in DBG+ZTS
2015-08-19  Michael Wallnerfinish port
2015-08-17  Michael Wallnerflush
2015-07-27  Michael Wallnerre-simplify
2015-07-27  Michael Wallnerprovide RTLD_LAZY compatibility
2015-05-29  Michael Wallnerbump cursor prophandler count
2015-05-29  Michael Wallnerfix build
2015-05-29  Michael WallnerMerge branch 'feature/cursor-async' of https://github...
2015-05-22  Michael WallnerFixed array parser compatibility with arrays of boxes
2015-05-21  Michael Wallnerthat never landed in an official release
2015-05-21  Michael WallnerSTATUS => ZEND_RESULT_CODE
2015-05-06  Michael Wallnerfix reflection arginfo
2014-12-17  Michael Wallnersimplify
2014-12-17  Michael Wallnerfix leak; fix test
2014-12-15  Chris WrightAdd Cursor::$query property
2014-12-15  Chris WrightAdd Cursor::$flags property
2014-12-15  Chris WrightAdd Cursor::closeAsync()
2014-12-15  Chris WrightAdd Cursor::openAsync()
2014-12-15  Chris WrightMake declare string template match generated string
2014-12-14  Chris WrightAdd missing TSRMLS
2014-12-12  Chris WrightMerge branch 'feature/async-stmt-deallocate'
2014-12-12  Chris WrightAdd $query and $types properties to Statement
2014-12-10  Chris WrightAdd deallocate() and prepare() to Statement
2014-12-03  Michael WallnerMerge remote-tracking branch 'DaveRandom/fix/txn-async...
next