mirror of
https://github.com/danog/ext-pq.git
synced 2025-01-22 22:01:33 +01:00
Merge branch 'master' into phpng
This commit is contained in:
commit
1e26150052
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
package.xml merge=touch
|
||||||
|
php_pq.h merge=touch
|
||||||
|
.travis.yml merge=touch
|
18
package.xml
18
package.xml
@ -13,17 +13,17 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||||||
<channel>pecl.php.net</channel>
|
<channel>pecl.php.net</channel>
|
||||||
<summary>PostgreSQL client library (libpq) binding</summary>
|
<summary>PostgreSQL client library (libpq) binding</summary>
|
||||||
<description>
|
<description>
|
||||||
Documents: http://devel-m6w6.rhcloud.com/mdref/pq
|
Documents: https://mdref.m6w6.name/pq
|
||||||
|
|
||||||
Highlights:
|
Highlights:
|
||||||
* Nearly complete support for asynchronous usage:
|
* Nearly complete support for asynchronous usage:
|
||||||
http://devel-m6w6.rhcloud.com/mdref/pq/Connection/%3A%20Asynchronous%20Usage
|
https://mdref.m6w6.name/pq/Connection/%3A%20Asynchronous%20Usage
|
||||||
* Extended type support by pg_type:
|
* Extended type support by pg_type:
|
||||||
http:/devel-m6w6.rhcloud.com/mdref/pq/Types/%3A%20Overview
|
https://mdref.m6w6.name/pq/Types/%3A%20Overview
|
||||||
* Fetching simple multi-dimensional array maps:
|
* Fetching simple multi-dimensional array maps:
|
||||||
http:/devel-m6w6.rhcloud.com/mdref/pq/Result/map
|
https://mdref.m6w6.name/pq/Result/map
|
||||||
* Working Gateway implementation:
|
* Working Gateway implementation:
|
||||||
https://http://devel-m6w6.rhcloud.com/mdref/pq-gateway
|
https://mdref.m6w6.name/pq-gateway
|
||||||
</description>
|
</description>
|
||||||
<lead>
|
<lead>
|
||||||
<name>Michael Wallner</name>
|
<name>Michael Wallner</name>
|
||||||
@ -37,9 +37,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||||||
<email>daverandom@php.net</email>
|
<email>daverandom@php.net</email>
|
||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</developer>
|
</developer>
|
||||||
<date>2015-07-28</date>
|
<date>2015-09-05</date>
|
||||||
<version>
|
<version>
|
||||||
<release>0.6.0RC2</release>
|
<release>0.6.0</release>
|
||||||
<api>0.6.0</api>
|
<api>0.6.0</api>
|
||||||
</version>
|
</version>
|
||||||
<stability>
|
<stability>
|
||||||
@ -160,7 +160,9 @@ Changes from RC1:
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<required>
|
<required>
|
||||||
<php>
|
<php>
|
||||||
<min>5.4</min>
|
<min>5.4.0</min>
|
||||||
|
<max>7.0.0</max>
|
||||||
|
<exclude>7.0.0</exclude>
|
||||||
</php>
|
</php>
|
||||||
<pearinstaller>
|
<pearinstaller>
|
||||||
<min>1.4.0</min>
|
<min>1.4.0</min>
|
||||||
|
6240
raphf-1.1.0.ext.phar
Executable file
6240
raphf-1.1.0.ext.phar
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user