1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-12-02 17:28:35 +01:00
Commit Graph

321 Commits

Author SHA1 Message Date
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
Chris Wright
3b834b8d3f Make declare string template match generated string 2014-12-15 15:12:11 +00:00
Chris Wright
db9b923fd2 Merge branch 'meta/travis'
* meta/travis:
  Add README.md for github
  Add travis config
  Ensure server will report notices when test expects them
  Build improvements
2014-12-15 12:38:54 +00:00
Chris Wright
3c7eea4bb4 Add README.md for github 2014-12-15 12:35:31 +00:00
Chris Wright
7f158e111e Add travis config 2014-12-15 12:35:31 +00:00
Chris Wright
e1b86433bd Ensure server will report notices when test expects them 2014-12-15 12:35:30 +00:00
Chris Wright
0e66a82238 Build improvements
- Allow direct path to headers directory to be specified
- Add apt-get install location to default search path
2014-12-15 12:30:42 +00:00
Chris Wright
17e598e884 Add missing TSRMLS 2014-12-14 02:51:08 +00:00
Chris Wright
788f533091 Merge branch 'feature/async-stmt-deallocate'
* feature/async-stmt-deallocate:
  Add $query and $types properties to Statement
  Add deallocate() and prepare() to Statement
2014-12-12 13:59:27 +00:00
Chris Wright
3b0f6e8d71 Add $query and $types properties to Statement 2014-12-12 01:47:01 +00:00
Chris Wright
7b61b6b19f Add deallocate() and prepare() to Statement
Also adds async variants
2014-12-10 16:50:22 +00:00