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

369 Commits

Author SHA1 Message Date
Remi Collet
04574bc5cd fix stream for php <= 7.3 2020-09-24 11:59:37 +02:00
Michael Wallner
c45141ace6
prepare v2.1.8 2020-09-24 11:48:22 +02:00
Michael Wallner
9d845b3fca
fix mind effup 2020-09-24 11:15:14 +02:00
Michael Wallner
f33cb66938
restore PHP 7 compatibility 2020-09-24 11:09:31 +02:00
Michael Wallner
a3b5ed14b9
fix leaks on property read 2020-09-24 10:52:28 +02:00
Michael Wallner
6db32a98b7
redo PHP 8 compatibility 2020-09-24 09:55:35 +02:00
Michael Wallner
d3e3e97737
restore PHP 7 compatibility 2020-09-23 20:34:23 +02:00
Michael Wallner
80a38048f8
PHP 8 compatibility 2020-09-23 20:07:32 +02:00
Michael Wallner
fa62bc04ca
release 2.1.7
* Fix PHP-7.4 compatibility (undefined ulong on some platforms)
2020-02-07 08:09:32 +01:00
Michael Wallner
cc619cb8b6
ulong -> unsigned long 2020-02-07 07:59:53 +01:00
Aaron Piotrowski
13b06e992c
Fix build with 7.4 on macOS 2020-02-06 17:06:30 -06:00
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