1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00
Go to file
2015-07-27 11:46:07 +02:00
src re-simplify 2015-07-27 10:06:28 +02:00
tests fix test if builtin json converter is not available 2015-05-29 11:17:49 +02:00
travis fix URL for travis build 2015-07-27 11:46:07 +02:00
.gitignore php_pq_type.h 2014-09-12 16:55:25 +02:00
.travis.yml try to fix syntax errors in travis.yml 2015-07-27 11:38:22 +02:00
config9.m4 re-simplify 2015-07-27 10:06:28 +02:00
config.m4 prefix internal API; ensure raphf is built first in-tree 2014-10-23 09:43:45 +02:00
CREDITS foreach (new pq\Connection(DSN)->exec(QUERY) as $k=>$v) works 2013-01-20 13:49:35 +01:00
EXPERIMENTAL foreach (new pq\Connection(DSN)->exec(QUERY) as $k=>$v) works 2013-01-20 13:49:35 +01:00
gen_pq_type.sh add 9.4beta3 OIDs 2014-10-23 09:49:32 +02:00
LICENSE license 2013-01-21 12:38:42 +01:00
package.xml prepare 0.6.0RC2 2015-07-27 10:07:26 +02:00
php_pq_type.awk Fixed array parser compatibility with arrays of boxes 2015-05-22 12:31:21 +02:00
php_pq_type.h Fixed array parser compatibility with arrays of boxes 2015-05-22 12:31:21 +02:00
php_pq.h prepare 0.6.0RC2 2015-07-27 10:07:26 +02:00
README.md update README 2015-06-01 10:37:19 +02:00
TODO bump cursor prophandler count 2015-05-29 09:50:13 +02:00

pecl/pq

Build Status

About:

This is a modern binding to the mature libpq, the official PostgreSQL C-client library.

Highlights:

Installation:

This extension is hosted at PECL and can be installed with PEAR's pecl command:

# pecl install pq

Also, watch out for self-installing pharext packages attached to releases.

Dependencies:

This extension unconditionally depends on the pre-loaded presence of the following PHP extensions:

It optionally depends on the following extensions:

Documentation:

Documentation is available at http://devel-m6w6.rhcloud.com/mdref/pq/