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

273 Commits

Author SHA1 Message Date
Michael Wallner
6332e6d158
release 1.1.1
* Fix build with PostgreSQL < 9.3
2016-05-20 10:51:23 +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
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
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
e4075e6d5c
fix test 2016-05-17 16:52:04 +02:00
Michael Wallner
a015d26134
fix typo 2016-05-17 16:34:36 +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
1b5358df41
fix tests 2016-05-17 12:13:20 +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
67cf30ccee
back to dev 2016-05-03 18:39:09 +02:00
Michael Wallner
19ab38c641
prepare 1.0.1 2016-05-03 18:32:52 +02:00
Michael Wallner
19e818e7ba
fix PHP-5.4 build 2016-05-03 16:01:55 +02:00
Michael Wallner
b2a9a9cf91
rename php_pq_clear_res -> php_pqres_clear 2016-05-03 14:55:44 +02:00
Michael Wallner
a06db6d217
fix issue #9 @github: execAsync - gets another result 2016-05-03 14:21:15 +02:00
Michael Wallner
0d8fc412a6 back to dev
[ci skip]
2016-01-19 09:48:06 +01:00
Michael Wallner
ee41c7911c release 1.0.0
[ci skip]
2016-01-19 09:25:54 +01:00
Michael Wallner
8eb9dccbd2 binary phars
[ci skip]
2016-01-19 09:10:25 +01:00
Michael Wallner
e29dd4bc37 add pharext dep
[ci skip]
2016-01-19 08:33:11 +01:00
Michael Wallner
b638653d03 prepare 1.0.0 2016-01-19 08:17:44 +01:00
Michael Wallner
af785c32e0 fix travis 2015-12-07 11:24:17 +01:00
Michael Wallner
c311db4d03 back to dev 2015-12-07 11:19:16 +01:00
Michael Wallner
3b3ce10c02 release 1.0.0RC1 2015-12-07 09:20:59 +01:00
Michael Wallner
a631e51c1e repo template 2015-12-07 08:22:29 +01:00
Michael Wallner
e125f60f2c prepare for v1.0 2015-12-07 08:09:59 +01:00
Michael Wallner
d95fcef577 touch merge travis.yml 2015-12-04 15:07:27 +01:00
Michael Wallner
8a3f952112 fix typo 2015-12-04 15:06:00 +01:00
Michael Wallner
f5fbe287f8 update travis-pecl 2015-12-04 15:05:25 +01:00
Michael Wallner
19160ec30c prepare 0.6.0 2015-09-05 15:14:12 +02:00
Michael Wallner
bffdeef967 update doc links 2015-08-06 10:37:57 +02:00
Michael Wallner
8056f4e719 fix doc links
Closes issue #4
2015-07-31 15:42:06 +02:00
Michael Wallner
3b390bb243 install php-pear 2015-07-31 14:50:06 +02:00
Michael Wallner
f33a920281 update travis-pecl 2015-07-31 14:45:45 +02:00
Michael Wallner
f998df5016 update travis-pecl 2015-07-31 13:52:02 +02:00
Michael Wallner
d97273d86b update travis-pecl 2015-07-31 09:28:01 +02:00
Michael Wallner
17398e5f78 use public submodule url 2015-07-30 21:23:30 +02:00
Michael Wallner
fec45d47cc the build of the extension actually belongs to script: 2015-07-30 21:10:21 +02:00
Michael Wallner
dbb1c0b341 add travis-pecl submodule 2015-07-30 20:54:55 +02:00
Michael Wallner
011422d584 remove travis 2015-07-30 20:51:12 +02:00
Michael Wallner
7dda3c7100 create test db 2015-07-30 19:09:13 +02:00
Michael Wallner
49a68e2dc9 use system's php 2015-07-30 19:07:47 +02:00
Michael Wallner
7e093af882 debug this 2015-07-30 19:05:05 +02:00
Michael Wallner
9d64e781a8 guess sh doesn't like those redirects 2015-07-30 18:53:40 +02:00
Michael Wallner
1e793d6669 try this, sh 2015-07-30 18:49:32 +02:00
Michael Wallner
ee1c068bfa try that again 2015-07-30 17:44:00 +02:00
Michael Wallner
8b7efa3deb now we're brave! 2015-07-30 17:37:28 +02:00
Michael Wallner
add042bd76 that didn't work out as intended
As testing against different server versions doesn't make much sense
when not also using the respective libpq version, we'll just test
against the most current.
2015-07-29 13:18:27 +02:00
Michael Wallner
f2b5f0a77c now try something different 2015-07-29 12:56:38 +02:00
Michael Wallner
cb0f4e8cf6 try it harder, travis 2015-07-29 11:18:23 +02:00