1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00
Go to file
Michael Wallner 11075db860
release 2.1.3
* Fix gh-issue #27: crash in pq\Connection::escapeBytea()
+ Update static pq\Types with PostgreSQL-10 types
2018-01-10 13:44:49 +01:00
src fix build with master 2018-01-09 15:23:33 +01:00
tests travis: fix expectations 2017-09-04 15:33:59 +02:00
travis update travies-pecl 2018-01-08 13:05:57 +01:00
.editorconfig repo template 2015-12-07 08:29:05 +01:00
.gitattributes binary phars 2016-01-19 09:10:25 +01:00
.gitignore php_pq_type.h 2014-09-12 16:55:25 +02:00
.gitmodules use public submodule url 2015-07-30 21:23:30 +02:00
.travis.yml travis: PHP-7.2+ debug builds require valgrind headers for PCRE 2017-09-04 15:34:42 +02:00
AUTHORS repo template 2015-12-07 08:29:05 +01:00
BUGS repo template 2015-12-07 08:29:05 +01: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
CONTRIBUTING.md repo template 2015-12-07 08:29:05 +01:00
CREDITS 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
gen_travis_yml.php travis: PHP-7.2+ debug builds require valgrind headers for PCRE 2017-09-04 15:34:42 +02:00
LICENSE license 2013-01-21 12:38:42 +01:00
package.xml release 2.1.3 2018-01-10 13:44:49 +01:00
php_pq_type.awk update 9.6 types 2016-11-15 09:55:32 +01:00
php_pq_type.h release 2.1.3 2018-01-10 13:44:49 +01:00
php_pq.h release 2.1.3 2018-01-10 13:44:49 +01:00
README.md fix links 2017-09-24 10:17:16 +02:00
THANKS repo template 2015-12-07 08:29:05 +01: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:

Documentation

See the online markdown reference.

Known issues are listed in BUGS and future ideas can be found in TODO.

Installing

PECL

pecl install pq

Watch out for PECL replicates and pharext packages attached to releases.

PHARext

Watch out for PECL replicates and pharext packages attached to releases.

Checkout

git clone github.com:m6w6/ext-pq
cd ext-pq
/path/to/phpize
./configure --with-php-config=/path/to/php-config
make
sudo make install

Dependencies:

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

It optionally depends on the following extensions:

ChangeLog

A comprehensive list of changes can be obtained from the PECL website.

License

ext-pq is licensed under the 2-Clause-BSD license, which can be found in the accompanying LICENSE file.

Contributing

All forms of contribution are welcome! Please see the bundled CONTRIBUTING note for the general principles followed.

The list of past and current contributors is maintained in THANKS.