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

381 Commits

Author SHA1 Message Date
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
Michael Wallner
2d5c925337 Try to fix the matrix
travis lint is not of big help here, because it seems pretty outdated...
2015-07-29 09:12:49 +02:00
Michael Wallner
f593714e2c Try multiple postgresql versions
See
https://github.com/travis-ci/travis-ci/issues/1651#issuecomment-125212522
2015-07-29 09:09:24 +02:00
Michael Wallner
83299bd28c release 0.6.0RC2 2015-07-28 10:20:58 +02:00
Michael Wallner
5e25e2697b fix test 2015-07-27 12:43:29 +02:00
Michael Wallner
46fff14a4d fix URL for travis build 2015-07-27 11:46:07 +02:00
Michael Wallner
f5a127c38d try to fix syntax errors in travis.yml 2015-07-27 11:38:22 +02:00
Michael Wallner
428a37a750 this may do it 2015-07-27 10:25:48 +02:00
Michael Wallner
a580855cdb bs: travis legacy -> containerized; sudo's used few lines above 2015-07-27 10:24:06 +02:00
Michael Wallner
99fe53155a travis legacy -> containerized 2015-07-27 10:22:24 +02:00
Michael Wallner
ca58e17a2c prepare 0.6.0RC2 2015-07-27 10:07:26 +02:00
Michael Wallner
6840072b9e re-simplify
@remicollet could you re-check, please
2015-07-27 10:06:28 +02:00
Michael Wallner
a842c6b839 provide RTLD_LAZY compatibility 2015-07-27 09:13:01 +02:00
Michael Wallner
83b4777e8a fix +/* feature/bug prefix 2015-07-27 09:12:36 +02:00
Remi Collet
5b7491863d use pg_config output, seems the right way 2015-06-11 11:18:04 +02:00
Remi Collet
1d6985aa62 cleanup configure output 2015-06-11 09:30:03 +02:00
Remi Collet
ea5b7d3016 try to fix debian case... again 2015-06-11 09:20:16 +02:00
Remi Collet
4178384df6 try to fix debian case 2015-06-11 09:13:01 +02:00
Michael Wallner
368624cd05 Merge pull request #3 from remicollet/issue-rpath
split check for headers and library, fix #2
2015-06-10 20:50:36 +02:00
Remi Collet
5da973c3ee split check for headers and library, fix #2 2015-06-10 18:20:28 +02:00
Michael Wallner
d1a3291dfd release 0.6.0RC1 2015-06-10 16:23:16 +02:00
Michael Wallner
6474772375 release 0.6.0RC1 2015-06-08 12:50:20 +02:00
Michael Wallner
01f60ab355 update README 2015-06-01 10:37:19 +02:00
Michael Wallner
a1fc94a694 fix test if builtin json converter is not available 2015-05-29 11:17:49 +02:00
Michael Wallner
b44c00e047 prepare 0.6.0RC1 2015-05-29 09:56:09 +02:00
Michael Wallner
0e9cb8f91c bump cursor prophandler count 2015-05-29 09:50:13 +02:00
Michael Wallner
73cc53bc78 fix build 2015-05-29 09:47:41 +02:00
Michael Wallner
10e7d6adcc Merge branch 'feature/cursor-async' of https://github.com/DaveRandom/pecl-database-pq 2015-05-29 09:44:10 +02:00
Michael Wallner
d3fbce1b02 Fixed array parser compatibility with arrays of boxes 2015-05-22 12:31:21 +02:00
Michael Wallner
eb78fe8db7 that never landed in an official release 2015-05-21 15:18:16 +02:00
Michael Wallner
cffcf8e687 STATUS => ZEND_RESULT_CODE 2015-05-21 15:18:16 +02:00
Michael Wallner
f75655ac77 fix reflection arginfo 2015-05-06 12:28:11 +02:00
Michael Wallner
36150c001f missed the source header 2014-12-17 11:34:59 +01:00
Michael Wallner
d6d5a8efdf administrativa 2014-12-17 11:31:54 +01:00
Michael Wallner
503262d1da simplify 2014-12-17 08:39:12 +01:00
Michael Wallner
90fc98eef3 fix leak; fix test 2014-12-17 08:38:31 +01:00
Michael Wallner
a76b00c331 add missing tests 2014-12-17 07:51:19 +01:00
Chris Wright
e7ce3fd45d Improve Travis setup 2014-12-16 17:15:33 +00:00
Chris Wright
4822c94ec2 Test props with Connection::prepare() as well as Statement ctor 2014-12-15 16:52:42 +00:00
Chris Wright
4cfd0cce73 Add Cursor::$query property 2014-12-15 15:12:15 +00:00
Chris Wright
ed63ffdb60 Add Cursor::$flags property 2014-12-15 15:12:14 +00:00
Chris Wright
4d42c69e2b Add Cursor::closeAsync() 2014-12-15 15:12:13 +00:00
Chris Wright
7e123e705d Add Cursor::openAsync() 2014-12-15 15:12:12 +00:00