m6w6/ext-pq
6 years agofix build with master
Michael Wallner [Tue, 9 Jan 2018 14:23:33 +0000 (15:23 +0100)] 
fix build with master

6 years agoupdate travies-pecl
Michael Wallner [Mon, 8 Jan 2018 12:05:57 +0000 (13:05 +0100)] 
update travies-pecl

6 years agofix #27
Michael Wallner [Mon, 8 Jan 2018 09:51:07 +0000 (10:51 +0100)] 
fix #27

A left over int/size_t conversion of a string argument in
pq\Connection::escapeBytea() was discovered.

6 years agofix links
Michael Wallner [Sun, 24 Sep 2017 08:17:16 +0000 (10:17 +0200)] 
fix links

6 years agotravis: PHP-7.2+ debug builds require valgrind headers for PCRE
Michael Wallner [Mon, 4 Sep 2017 13:34:42 +0000 (15:34 +0200)] 
travis: PHP-7.2+ debug builds require valgrind headers for PCRE

6 years agotravis: fix expectations
Michael Wallner [Mon, 4 Sep 2017 13:33:59 +0000 (15:33 +0200)] 
travis: fix expectations

6 years agorelease 2.1.2 v2.1.2
Michael Wallner [Mon, 3 Jul 2017 10:35:02 +0000 (12:35 +0200)] 
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

6 years agochangelog
Remi Collet [Fri, 23 Jun 2017 13:33:10 +0000 (15:33 +0200)] 
changelog

6 years agofix pq\DateTime::createFromFormat() proto for 7.2
Remi Collet [Fri, 23 Jun 2017 13:24:38 +0000 (15:24 +0200)] 
fix pq\DateTime::createFromFormat() proto for 7.2

6 years agofixes #24
Michael Wallner [Wed, 3 May 2017 07:16:43 +0000 (09:16 +0200)] 
fixes #24

Segmentation fault after pg_terminate_backend

7 years agoadministrativa
Michael Wallner [Tue, 15 Nov 2016 08:59:38 +0000 (09:59 +0100)] 
administrativa

7 years agoupdate 9.6 types
Michael Wallner [Tue, 15 Nov 2016 08:55:16 +0000 (09:55 +0100)] 
update 9.6 types

7 years agofix issue #23 (PHP-7.1 JSON compat)
Michael Wallner [Tue, 15 Nov 2016 08:53:42 +0000 (09:53 +0100)] 
fix issue #23 (PHP-7.1 JSON compat)

7 years agoupdate travis
Michael Wallner [Mon, 14 Nov 2016 16:47:14 +0000 (17:47 +0100)] 
update travis

7 years agorelease 2.1.1 v2.1.1
Michael Wallner [Fri, 20 May 2016 08:58:33 +0000 (10:58 +0200)] 
release 2.1.1

* Fix build with PostgreSQL < 9.3
* Fix required PHP version in package.xml

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Fri, 20 May 2016 08:57:34 +0000 (10:57 +0200)] 
Merge branch 'v1.1.x'

7 years agorelease 1.1.1 v1.1.x v1.1.1
Michael Wallner [Fri, 20 May 2016 08:51:23 +0000 (10:51 +0200)] 
release 1.1.1

* Fix build with PostgreSQL < 9.3

7 years agorm TSRMLS_CC
Michael Wallner [Fri, 20 May 2016 08:46:18 +0000 (10:46 +0200)] 
rm TSRMLS_CC

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Fri, 20 May 2016 08:44:48 +0000 (10:44 +0200)] 
Merge branch 'v1.1.x'

7 years agofix build with postgresql < 9.3
Michael Wallner [Fri, 20 May 2016 08:43:58 +0000 (10:43 +0200)] 
fix build with postgresql < 9.3

7 years agofix warning
Michael Wallner [Fri, 20 May 2016 08:43:38 +0000 (10:43 +0200)] 
fix warning

7 years agoback to dev [ci skip]
Michael Wallner [Fri, 20 May 2016 08:14:12 +0000 (10:14 +0200)] 
back to dev [ci skip]

7 years agoback to dev [ci skip]
Michael Wallner [Fri, 20 May 2016 08:13:55 +0000 (10:13 +0200)] 
back to dev [ci skip]

7 years agorelease 2.1.0 v2.1.0
Michael Wallner [Fri, 20 May 2016 08:10:43 +0000 (10:10 +0200)] 
release 2.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)

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Fri, 20 May 2016 08:09:32 +0000 (10:09 +0200)] 
Merge branch 'v1.1.x'

7 years agorelease 1.1.0 v1.1.0
Michael Wallner [Fri, 20 May 2016 08:05:47 +0000 (10:05 +0200)] 
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)

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Wed, 18 May 2016 12:26:04 +0000 (14:26 +0200)] 
Merge branch 'v1.1.x'

7 years agoadd support for nonblocking writes
Michael Wallner [Wed, 18 May 2016 12:20:21 +0000 (14:20 +0200)] 
add support for nonblocking writes

added pq\Connection::$nonblocking and pq\Connection::flush()

Closes gh-issue #16

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Tue, 17 May 2016 14:52:19 +0000 (16:52 +0200)] 
Merge branch 'v1.1.x'

7 years agofix test
Michael Wallner [Tue, 17 May 2016 14:52:04 +0000 (16:52 +0200)] 
fix test

7 years agoadministrativa
Michael Wallner [Tue, 17 May 2016 14:36:43 +0000 (16:36 +0200)] 
administrativa

[ci skip]

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Tue, 17 May 2016 14:35:10 +0000 (16:35 +0200)] 
Merge branch 'v1.1.x'

7 years agofix typo
Michael Wallner [Tue, 17 May 2016 14:34:36 +0000 (16:34 +0200)] 
fix typo

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Tue, 17 May 2016 14:33:37 +0000 (16:33 +0200)] 
Merge branch 'v1.1.x'

7 years agorestore listeners and statements on connection reset
Michael Wallner [Tue, 17 May 2016 14:25:18 +0000 (16:25 +0200)] 
restore listeners and statements on connection reset

closes issue #15

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Tue, 17 May 2016 10:14:07 +0000 (12:14 +0200)] 
Merge branch 'v1.1.x'

7 years agofix tests
Michael Wallner [Tue, 17 May 2016 10:13:20 +0000 (12:13 +0200)] 
fix tests

7 years agooh yeah, great job, mike
Michael Wallner [Tue, 17 May 2016 10:01:19 +0000 (12:01 +0200)] 
oh yeah, great job, mike

7 years agoMerge branch 'v1.1.x'
Michael Wallner [Tue, 17 May 2016 09:55:34 +0000 (11:55 +0200)] 
Merge branch 'v1.1.x'

7 years agoAdded pq\Result::$diag, listing PQresultErrorField details
Michael Wallner [Tue, 17 May 2016 09:48:53 +0000 (11:48 +0200)] 
Added pq\Result::$diag, listing PQresultErrorField details

Closes issue #14

7 years agoback to dev
Michael Wallner [Tue, 3 May 2016 16:42:27 +0000 (18:42 +0200)] 
back to dev

7 years agoback to dev v1.0.x
Michael Wallner [Tue, 3 May 2016 16:39:09 +0000 (18:39 +0200)] 
back to dev

7 years agoprepare 2.0.1 v2.0.1
Michael Wallner [Tue, 3 May 2016 16:35:34 +0000 (18:35 +0200)] 
prepare 2.0.1

7 years agoMerge branch 'v1.0.x'
Michael Wallner [Tue, 3 May 2016 16:34:13 +0000 (18:34 +0200)] 
Merge branch 'v1.0.x'

7 years agoprepare 1.0.1 v1.0.1
Michael Wallner [Tue, 3 May 2016 16:32:52 +0000 (18:32 +0200)] 
prepare 1.0.1

7 years agofix coverity issues
Michael Wallner [Tue, 3 May 2016 14:30:05 +0000 (16:30 +0200)] 
fix coverity issues

7 years agofix PHP-5.4 build
Michael Wallner [Tue, 3 May 2016 14:01:55 +0000 (16:01 +0200)] 
fix PHP-5.4 build

7 years agoadministrativa
Michael Wallner [Tue, 3 May 2016 13:04:38 +0000 (15:04 +0200)] 
administrativa

7 years agoMerge branch 'v1.0.x'
Michael Wallner [Tue, 3 May 2016 13:02:54 +0000 (15:02 +0200)] 
Merge branch 'v1.0.x'

7 years agoMerge branch 'v1.0.x'
Michael Wallner [Tue, 3 May 2016 12:49:28 +0000 (14:49 +0200)] 
Merge branch 'v1.0.x'

7 years agorename php_pq_clear_res -> php_pqres_clear
Michael Wallner [Tue, 3 May 2016 12:55:44 +0000 (14:55 +0200)] 
rename php_pq_clear_res -> php_pqres_clear

7 years agofix issue #9 @github: execAsync - gets another result
Michael Wallner [Tue, 3 May 2016 12:19:26 +0000 (14:19 +0200)] 
fix issue #9 @github: execAsync - gets another result

8 years agorelease 2.0.0 v2.0.0
Michael Wallner [Thu, 21 Jan 2016 10:36:40 +0000 (11:36 +0100)] 
release 2.0.0

8 years agoupdate travis/pecl
Michael Wallner [Thu, 21 Jan 2016 09:39:22 +0000 (10:39 +0100)] 
update travis/pecl

8 years agofix two long/zend_long mismatches
Michael Wallner [Wed, 20 Jan 2016 09:15:24 +0000 (10:15 +0100)] 
fix two long/zend_long mismatches

8 years agoprepare 2.0.0
Michael Wallner [Tue, 19 Jan 2016 13:24:54 +0000 (14:24 +0100)] 
prepare 2.0.0

inconsistent results on travis with master, so let's give it another try

8 years agoprepare 2.0.0
Michael Wallner [Tue, 19 Jan 2016 13:01:34 +0000 (14:01 +0100)] 
prepare 2.0.0

8 years agoMerge branch 'v1.0.x'
Michael Wallner [Tue, 19 Jan 2016 12:59:09 +0000 (13:59 +0100)] 
Merge branch 'v1.0.x'

8 years agoback to dev
Michael Wallner [Tue, 19 Jan 2016 08:48:06 +0000 (09:48 +0100)] 
back to dev
[ci skip]

8 years agorelease 1.0.0 v1.0.0
Michael Wallner [Tue, 19 Jan 2016 08:25:54 +0000 (09:25 +0100)] 
release 1.0.0
[ci skip]

8 years agobinary phars
Michael Wallner [Tue, 19 Jan 2016 08:09:48 +0000 (09:09 +0100)] 
binary phars
[ci skip]

8 years agoadd pharext dep
Michael Wallner [Tue, 19 Jan 2016 07:33:11 +0000 (08:33 +0100)] 
add pharext dep
[ci skip]

8 years agoprepare 1.0.0
Michael Wallner [Tue, 19 Jan 2016 07:17:44 +0000 (08:17 +0100)] 
prepare 1.0.0

8 years agoupdate travis-pecl
Michael Wallner [Mon, 7 Dec 2015 18:53:48 +0000 (19:53 +0100)] 
update travis-pecl

8 years agoback to dev
Michael Wallner [Mon, 7 Dec 2015 18:53:15 +0000 (19:53 +0100)] 
back to dev

8 years agofix travis
Michael Wallner [Mon, 7 Dec 2015 10:24:17 +0000 (11:24 +0100)] 
fix travis

8 years agoback to dev
Michael Wallner [Mon, 7 Dec 2015 10:19:16 +0000 (11:19 +0100)] 
back to dev

8 years agorelease 2.0.0RC1 v2.0.0RC1
Michael Wallner [Mon, 7 Dec 2015 08:25:53 +0000 (09:25 +0100)] 
release 2.0.0RC1

8 years agorelease 1.0.0RC1 v1.0.0RC1
Michael Wallner [Mon, 7 Dec 2015 08:20:59 +0000 (09:20 +0100)] 
release 1.0.0RC1

8 years agorepo template
Michael Wallner [Mon, 7 Dec 2015 07:22:29 +0000 (08:22 +0100)] 
repo template

8 years agorepo template
Michael Wallner [Mon, 7 Dec 2015 07:22:29 +0000 (08:22 +0100)] 
repo template

8 years agoprepare for v1.0
Michael Wallner [Mon, 7 Dec 2015 07:09:59 +0000 (08:09 +0100)] 
prepare for v1.0

8 years agofix travis link
Michael Wallner [Fri, 4 Dec 2015 14:38:04 +0000 (15:38 +0100)] 
fix travis link

[ci skip]

8 years agoMergeed back phpng into master
Michael Wallner [Fri, 4 Dec 2015 14:34:05 +0000 (15:34 +0100)] 
Mergeed back phpng into master

8 years agoMerge branch 'master' into phpng
Michael Wallner [Fri, 4 Dec 2015 14:17:48 +0000 (15:17 +0100)] 
Merge branch 'master' into phpng

8 years agotouch merge travis.yml
Michael Wallner [Fri, 4 Dec 2015 14:07:27 +0000 (15:07 +0100)] 
touch merge travis.yml

8 years agofix typo
Michael Wallner [Fri, 4 Dec 2015 14:06:00 +0000 (15:06 +0100)] 
fix typo

8 years agoupdate travis-pecl
Michael Wallner [Fri, 4 Dec 2015 14:05:25 +0000 (15:05 +0100)] 
update travis-pecl

8 years agoprepare 0.6.0 v0.6.0
Michael Wallner [Sat, 5 Sep 2015 13:14:12 +0000 (15:14 +0200)] 
prepare 0.6.0

8 years agofix leak in DBG+ZTS
Michael Wallner [Wed, 19 Aug 2015 16:54:52 +0000 (18:54 +0200)] 
fix leak in DBG+ZTS

8 years agoupdate travis link [ci skip]
Michael Wallner [Wed, 19 Aug 2015 16:43:11 +0000 (18:43 +0200)] 
update travis link [ci skip]

8 years agofinish port
Michael Wallner [Mon, 17 Aug 2015 14:57:23 +0000 (16:57 +0200)] 
finish port

8 years agoflush
Michael Wallner [Mon, 17 Aug 2015 08:19:30 +0000 (10:19 +0200)] 
flush

8 years agoupdate doc links
Michael Wallner [Thu, 6 Aug 2015 08:36:40 +0000 (10:36 +0200)] 
update doc links

8 years agofix doc links
Michael Wallner [Fri, 31 Jul 2015 13:42:06 +0000 (15:42 +0200)] 
fix doc links

Closes issue #4

8 years agoinstall php-pear
Michael Wallner [Fri, 31 Jul 2015 12:50:06 +0000 (14:50 +0200)] 
install php-pear

8 years agoupdate travis-pecl
Michael Wallner [Fri, 31 Jul 2015 12:45:45 +0000 (14:45 +0200)] 
update travis-pecl

8 years agoupdate travis-pecl
Michael Wallner [Fri, 31 Jul 2015 11:52:02 +0000 (13:52 +0200)] 
update travis-pecl

8 years agoupdate travis-pecl
Michael Wallner [Fri, 31 Jul 2015 07:28:01 +0000 (09:28 +0200)] 
update travis-pecl

8 years agouse public submodule url
Michael Wallner [Thu, 30 Jul 2015 19:23:30 +0000 (21:23 +0200)] 
use public submodule url

8 years agothe build of the extension actually belongs to script:
Michael Wallner [Thu, 30 Jul 2015 19:10:21 +0000 (21:10 +0200)] 
the build of the extension actually belongs to script:

8 years agoadd travis-pecl submodule
Michael Wallner [Thu, 30 Jul 2015 18:54:55 +0000 (20:54 +0200)] 
add travis-pecl submodule

8 years agoremove travis
Michael Wallner [Thu, 30 Jul 2015 18:51:12 +0000 (20:51 +0200)] 
remove travis

8 years agocreate test db
Michael Wallner [Thu, 30 Jul 2015 17:09:13 +0000 (19:09 +0200)] 
create test db

8 years agouse system's php
Michael Wallner [Thu, 30 Jul 2015 17:07:47 +0000 (19:07 +0200)] 
use system's php

8 years agodebug this
Michael Wallner [Thu, 30 Jul 2015 17:05:05 +0000 (19:05 +0200)] 
debug this

8 years agoguess sh doesn't like those redirects
Michael Wallner [Thu, 30 Jul 2015 16:53:40 +0000 (18:53 +0200)] 
guess sh doesn't like those redirects

8 years agotry this, sh
Michael Wallner [Thu, 30 Jul 2015 16:49:32 +0000 (18:49 +0200)] 
try this, sh

8 years agotry that again
Michael Wallner [Thu, 30 Jul 2015 15:44:00 +0000 (17:44 +0200)] 
try that again

8 years agonow we're brave!
Michael Wallner [Thu, 30 Jul 2015 15:37:28 +0000 (17:37 +0200)] 
now we're brave!