1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-26 20:04:44 +01:00
Go to file
2014-12-15 16:52:42 +00:00
src Add missing TSRMLS 2014-12-14 02:51:08 +00:00
tests Test props with Connection::prepare() as well as Statement ctor 2014-12-15 16:52:42 +00:00
travis Add travis config 2014-12-15 12:35:31 +00:00
.gitignore php_pq_type.h 2014-09-12 16:55:25 +02:00
.travis.yml Add travis config 2014-12-15 12:35:31 +00:00
config9.m4 Build improvements 2014-12-15 12:30:42 +00: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 fix crash with result iterator when the iterator exists longer than the 2014-11-24 15:14:49 +01:00
php_pq_type.awk type coercion for the array parser 2013-04-29 14:23:56 +02:00
php_pq_type.h add 9.4beta3 OIDs 2014-10-23 09:49:32 +02:00
php_pq.h back to dev 2014-10-23 13:08:50 +02:00
README.md Add README.md for github 2014-12-15 12:35:31 +00:00
TODO unregister eventhandler 2014-07-14 18:21:46 +02:00

pecl/pq

Build Status

About

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

Highlights:

  • Nearly 100% support for asynchronous usage.
  • Extended type support by pg_type.
  • Fetching simple multi-dimensional array maps.
  • Working Gateway implementation.

Installation

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

# pecl install pq

Dependencies

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

Documentation

Documentation is available here.