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

331 Commits

Author SHA1 Message Date
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
Michael Wallner
e4075e6d5c
fix test 2016-05-17 16:52:04 +02:00
Michael Wallner
2cae163ef4
administrativa
[ci skip]
2016-05-17 16:36:43 +02:00
Michael Wallner
b923138c5e
Merge branch 'v1.1.x' 2016-05-17 16:35:10 +02:00
Michael Wallner
a015d26134
fix typo 2016-05-17 16:34:36 +02:00
Michael Wallner
b600ed678d
Merge branch 'v1.1.x' 2016-05-17 16:33:37 +02:00
Michael Wallner
df586b5587
restore listeners and statements on connection reset
closes issue #15
2016-05-17 16:25:18 +02:00
Michael Wallner
b9f66d2b73
Merge branch 'v1.1.x' 2016-05-17 12:14:07 +02:00
Michael Wallner
1b5358df41
fix tests 2016-05-17 12:13:20 +02:00
Michael Wallner
e9279849aa
oh yeah, great job, mike 2016-05-17 12:01:19 +02:00
Michael Wallner
d607a4e70c
Merge branch 'v1.1.x' 2016-05-17 11:55:34 +02:00
Michael Wallner
0cfa9a4001
Added pq\Result::$diag, listing PQresultErrorField details
Closes issue #14
2016-05-17 11:48:53 +02:00
Michael Wallner
c314bfb70b
back to dev 2016-05-03 18:42:27 +02:00
Michael Wallner
67cf30ccee
back to dev 2016-05-03 18:39:09 +02:00
Michael Wallner
8a32e3cf7b
prepare 2.0.1 2016-05-03 18:35:34 +02:00
Michael Wallner
21f575491d
Merge branch 'v1.0.x' 2016-05-03 18:34:13 +02:00
Michael Wallner
19ab38c641
prepare 1.0.1 2016-05-03 18:32:52 +02:00