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: before_script:
- make -f travis/pecl/Makefile php - 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 - make -f travis/pecl/Makefile ext PECL=pq
- psql -U postgres -c "CREATE DATABASE test" - psql -U postgres -c "CREATE DATABASE test"

View File

View File

@ -33,7 +33,7 @@ foreach ($env as $e) {
before_script: before_script:
- make -f travis/pecl/Makefile php - 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 - make -f travis/pecl/Makefile ext PECL=pq
- psql -U postgres -c "CREATE DATABASE test" - 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> <email>daverandom@php.net</email>
<active>yes</active> <active>yes</active>
</developer> </developer>
<date>2015-09-05</date> <date>2015-12-04</date>
<version> <version>
<release>0.6.0</release> <release>2.0.0RC1</release>
<api>0.6.0</api> <api>2.0.0</api>
</version> </version>
<stability> <stability>
<release>beta</release> <release>beta</release>
<api>beta</api> <api>stable</api>
</stability> </stability>
<license>BSD, revised</license> <license>BSD, revised</license>
<notes><![CDATA[ <notes><![CDATA[
* Fixed crash with result iterator when the iterator exists longer than the result * PHP 7 compatible release
* 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
]]></notes> ]]></notes>
<contents> <contents>
<dir name="/"> <dir name="/">
@ -160,9 +151,7 @@ Changes from RC1:
<dependencies> <dependencies>
<required> <required>
<php> <php>
<min>5.4.0</min> <min>7.0.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>
@ -170,7 +159,7 @@ Changes from RC1:
<package> <package>
<name>raphf</name> <name>raphf</name>
<channel>pecl.php.net</channel> <channel>pecl.php.net</channel>
<min>1.1.0</min> <min>2.0.0dev</min>
<providesextension>raphf</providesextension> <providesextension>raphf</providesextension>
</package> </package>
</required> </required>

File diff suppressed because it is too large Load Diff