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

358 Commits

Author SHA1 Message Date
Michael Wallner
63fb773601
release 2.1.6
* Fix PgSQL-12 compatibility
  * Fix PHP-7.4 compatibility
  * Fix empty arrays parsing (Dmitry Simushev)
2020-01-18 14:26:18 +01:00
Michael Wallner
0b9658d388
fix pq\Types with PgSQL-12 2020-01-18 14:17:26 +01:00
Michael Wallner
0ca37857fc
Merge pull request #34 from JustBlackBird/empty-array-fix
Fix empty arrays parsing
2019-12-28 18:08:06 +01:00
Dmitry Simushev
843fc4cf78 Fix empty arrays parsing 2019-12-28 16:46:04 +03:00
Michael Wallner
6f5faabcca
move to PHP-7.4 as current GA 2019-12-04 17:45:33 +01:00
Michael Wallner
8cdbfe9a88
fix travis 2019-08-02 10:58:21 +02:00
Michael Wallner
9dfcccaad5
Merge pull request #33 from m6w6/fix-19
fix issue #19: Failed test with PgSQL < 9.3
2019-06-29 08:19:46 +02:00
Michael Wallner
b71a5226c1
fix issue #19: Failed test with PgSQL < 9.3 2019-06-18 12:02:30 +02:00
Michael Wallner
c0d5115191
travis: test against 7.4, but allow failures until stablilized 2019-06-17 13:43:02 +02:00
Michael Wallner
1e1d31873a
update travis/pecl 2019-04-01 14:55:02 +02:00
Michael Wallner
1b01ca0b17
update travis/pecl 2019-03-29 10:23:23 +01:00
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