From: | Michael Wallner <mike(at)php(dot)net> |
---|---|
To: | pgsql-php(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org |
Subject: | New PHP binding: pecl/pq |
Date: | 2014-10-21 12:11:05 |
Message-ID: | CALJZF3huH=PreAqM=uie91ouL-KTHciuzMF84=FVjKWhpHpPcA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-interfaces pgsql-php |
Hi,
I just wanted to announce a new binding to libpq for PHP I've been working
on, pecl/pq; licensed under a 2-clause-BSD license and supporting
PostgreSQL 9.0 and up.
It's hosted on PECL:
http://pecl.php.net/package/pq
Documentation is published at:
http://devel-m6w6.rhcloud.com/mdref/pq
The source is located in the PHP git:
http://git.php.net/?p=pecl/database/pq.git
If you're on RH/Fedora, you can pull it from Remi's repo:
http://rpms.famillecollet.com/SRPMS/repoview/php-pecl-pq.html
On any other Linux flavor, you should be able to install it with the pecl
command (probably in an php-devel package):
# pecl install pq-beta
Happy coding!
--
Regards,
Mike
From | Date | Subject | |
---|---|---|---|
Next Message | Martin Kleppmann | 2014-12-29 20:36:46 | Access to receive/output functions from libpq client |
Previous Message | Donald Carlile | 2014-10-20 19:28:46 | Re: PQExec returns null question |
From | Date | Subject | |
---|---|---|---|
Next Message | Anthony Saubois | 2015-07-23 13:44:35 | Demande infos SQLCODE |
Previous Message | Jeff Silberberg | 2014-07-29 13:09:23 | Re: Looking for some assistance / guidance -- |