1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00
Commit Graph

347 Commits

Author SHA1 Message Date
Michael Wallner
cd06468d31
travis: update 2019-03-04 07:50:43 +01:00
Michael Wallner
d6c8226407
update version header 2019-03-04 07:50:43 +01:00
Michael Wallner
5ba3107011
upgrade pq\Types
the internal abstime/reltime types have been removed from postgres
2019-03-04 07:50:43 +01:00
Michael Wallner
7ebb278e78
PHP-7.4 compat 2019-03-04 07:50:43 +01:00
Michael Wallner
cdb61c8049
Fix releases link
[ci skip]
2019-01-24 19:49:11 +01:00
Michael Wallner
c42b1975b4
prepare release 2.1.5
* Fix PHP-7.3 compatibility
2019-01-14 15:20:01 +01:00
Michael Wallner
8897b5a581
fix master compatibility 2019-01-14 15:03:11 +01:00
Michael Wallner
c7085becd3
prepare release 2.1.5
* Fix PHP-7.3 compatibility
2019-01-14 14:53:34 +01:00
Michael Wallner
e00dd6db69
travis: test 7.3, rebuild master 2018-07-19 13:27:51 +02:00
Remi Collet
950b257a93 fix for 7.3.0alpha4 2018-07-18 07:39:47 +02:00
Michael Wallner
e9eb250ea0
prepare release 2.1.4
* Fix #30: pq\Types is restricted to non-composite types
2018-06-26 09:36:19 +02:00
Michael Wallner
ddb4297550
fix gh issue #30
lift restriction on non-composite types of pq\Types
2018-06-26 09:10:28 +02:00
Michael Wallner
c3aba48026
delete profile data before cache 2018-03-05 16:52:52 +01:00
Michael Wallner
dea3274712
fix pq\Result's iterator handling 2018-03-05 16:52:20 +01:00
Michael Wallner
dfa1032681
change build directory 2018-03-02 21:20:05 +01:00
Michael Wallner
6086905839
update travis/pecl 2018-03-02 20:49:11 +01:00
Michael Wallner
5c8a0ca526
trigger build 2018-03-02 18:04:54 +01:00
Michael Wallner
25e7c9331c
fix package.xml 2018-03-02 17:29:44 +01:00
Michael Wallner
aefbfa4e6f
use travis cache 2018-03-02 17:03:02 +01:00
Michael Wallner
b79edc51df
update travis-pecl 2018-03-02 17:01:54 +01:00
Michael Wallner
11075db860
release 2.1.3
* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
+ Update static pq\Types with PostgreSQL-10 types
2018-01-10 13:44:49 +01:00
Michael Wallner
0e22011a25
fix build with master 2018-01-09 15:23:33 +01:00
Michael Wallner
54bbed5737
update travies-pecl 2018-01-08 13:05:57 +01:00
Michael Wallner
868303fdfb
fix #27
A left over int/size_t conversion of a string argument in
pq\Connection::escapeBytea() was discovered.
2018-01-08 10:51:07 +01:00
Michael Wallner
34c0954363 fix links 2017-09-24 10:17:16 +02:00
Michael Wallner
50d189d70a
travis: PHP-7.2+ debug builds require valgrind headers for PCRE 2017-09-04 15:34:42 +02:00
Michael Wallner
6ab3ae0762
travis: fix expectations 2017-09-04 15:33:59 +02:00
Michael Wallner
e1dbd8980e
release 2.1.2
* Fix gh-issue #32: JSON compatibility with PHP-7.1
* Fix pq\DateTime::createFromFormat() prototype with PHP-7.2
+ Update static pq\Types with PostgreSQL-9.6 types
2017-07-03 12:35:02 +02:00
Remi Collet
9906dbf1c5 changelog 2017-06-23 15:33:10 +02:00
Remi Collet
be621b64a9 fix pq\DateTime::createFromFormat() proto for 7.2 2017-06-23 15:24:38 +02:00
Michael Wallner
65b81572a0
fixes #24
Segmentation fault after pg_terminate_backend
2017-05-03 09:16:43 +02:00
Michael Wallner
6051d47777
administrativa 2016-11-15 09:59:38 +01:00
Michael Wallner
95d3fdb182
update 9.6 types 2016-11-15 09:55:32 +01:00
Michael Wallner
ef9b34bc5a
fix issue #23 (PHP-7.1 JSON compat) 2016-11-15 09:55:32 +01:00
Michael Wallner
74d8a9663d update travis 2016-11-14 17:47:30 +01:00
Michael Wallner
1f290da645
release 2.1.1
* Fix build with PostgreSQL < 9.3
* Fix required PHP version in package.xml
2016-05-20 10:58:33 +02:00
Michael Wallner
9841e1083e
Merge branch 'v1.1.x' 2016-05-20 10:57:34 +02:00
Michael Wallner
6332e6d158
release 1.1.1
* Fix build with PostgreSQL < 9.3
2016-05-20 10:51:23 +02:00
Michael Wallner
fc38780479
rm TSRMLS_CC 2016-05-20 10:46:18 +02:00
Michael Wallner
b00e81afaf
Merge branch 'v1.1.x' 2016-05-20 10:44:48 +02:00
Michael Wallner
ff4439a509
fix build with postgresql < 9.3 2016-05-20 10:43:58 +02:00
Michael Wallner
eae2468573
fix warning 2016-05-20 10:43:38 +02:00
Michael Wallner
db2b646ec8
back to dev [ci skip] 2016-05-20 10:14:12 +02:00
Michael Wallner
57a45f1b0e
back to dev [ci skip] 2016-05-20 10:13:55 +02:00
Michael Wallner
d71adead21
release 2.1.0
* Added public readonly array pq\Result::$diag property, listing
  PQresultErrorField details (gh-issue #14)
* Restore listeners and prepared statements after a connection reset
  (gh-issue #15)
* Added pq\Connection::$nonblocking and pq\Connection::flush() to
  support non-blocking writes (gh-issue #16)
2016-05-20 10:10:43 +02:00
Michael Wallner
63362a2ae0
Merge branch 'v1.1.x' 2016-05-20 10:09:32 +02:00
Michael Wallner
a52040f835
release 1.1.0
* Added public readonly array pq\Result::$diag property, listing
  PQresultErrorField details (gh-issue #14)
* Restore listeners and prepared statements after a connection reset
  (gh-issue #15)
* Added pq\Connection::$nonblocking and pq\Connection::flush() to
  support non-blocking writes (gh-issue #16)
2016-05-20 10:05:47 +02:00
Michael Wallner
75f3b1b8e2
Merge branch 'v1.1.x' 2016-05-18 14:26:04 +02:00
Michael Wallner
a3df086cd5
add support for nonblocking writes
added pq\Connection::$nonblocking and pq\Connection::flush()

Closes gh-issue #16
2016-05-18 14:20:21 +02:00
Michael Wallner
768d8a8ddc
Merge branch 'v1.1.x' 2016-05-17 16:52:19 +02:00