1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

Mergeed back phpng into master

This commit is contained in:
Michael Wallner 2015-12-04 15:34:05 +01:00
parent 1e26150052
commit 167906a41f
6 changed files with 9 additions and 6260 deletions

View File

@ -23,7 +23,7 @@ env:
before_script:
- make -f travis/pecl/Makefile php
- make -f travis/pecl/Makefile pharext/raphf-phpng
- make -f travis/pecl/Makefile pharext/raphf-master
- make -f travis/pecl/Makefile ext PECL=pq
- psql -U postgres -c "CREATE DATABASE test"

View File

View File

@ -33,7 +33,7 @@ foreach ($env as $e) {
before_script:
- make -f travis/pecl/Makefile php
- make -f travis/pecl/Makefile pharext/raphf-phpng
- make -f travis/pecl/Makefile pharext/raphf-master
- make -f travis/pecl/Makefile ext PECL=pq
- psql -U postgres -c "CREATE DATABASE test"

View File

@ -37,27 +37,18 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>daverandom@php.net</email>
<active>yes</active>
</developer>
<date>2015-09-05</date>
<date>2015-12-04</date>
<version>
<release>0.6.0</release>
<api>0.6.0</api>
<release>2.0.0RC1</release>
<api>2.0.0</api>
</version>
<stability>
<release>beta</release>
<api>beta</api>
<api>stable</api>
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
* Fixed crash with result iterator when the iterator exists longer than the result
* Fixed array parser compatibility with arrays of boxes
+ Added pq\Statement::deallocate{,Async}() and pq\Statement::prepare{,Async}() methods
+ Added pq\Statement::$query and pq\Statement::$types readonly properties
+ Added pq\Cursor::{open,close}Async() methods
+ Added pq\Cursor::$query and pq\Cursor::$flags readonly properties
Changes from RC1:
* Fixed RTLD_LAZY compatibility with pecl/raphf
* Simplified config.m4
* PHP 7 compatible release
]]></notes>
<contents>
<dir name="/">
@ -160,9 +151,7 @@ Changes from RC1:
<dependencies>
<required>
<php>
<min>5.4.0</min>
<max>7.0.0</max>
<exclude>7.0.0</exclude>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.4.0</min>
@ -170,7 +159,7 @@ Changes from RC1:
<package>
<name>raphf</name>
<channel>pecl.php.net</channel>
<min>1.1.0</min>
<min>2.0.0dev</min>
<providesextension>raphf</providesextension>
</package>
</required>

File diff suppressed because it is too large Load Diff