1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00

administrativa

This commit is contained in:
Michael Wallner 2014-12-17 11:31:54 +01:00
parent 503262d1da
commit d6d5a8efdf

View File

@ -31,10 +31,16 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>mike@php.net</email> <email>mike@php.net</email>
<active>yes</active> <active>yes</active>
</lead> </lead>
<date>2014-10-23</date> <developer>
<name>Chris Wright</name>
<user>daverandom</user>
<email>daverandom@php.net</email>
<active>yes</active>
</developer>
<date>2014-12-17</date>
<version> <version>
<release>0.5.6dev</release> <release>0.6.0dev</release>
<api>0.5.0</api> <api>0.6.0</api>
</version> </version>
<stability> <stability>
<release>beta</release> <release>beta</release>
@ -43,6 +49,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<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 * Fixed crash with result iterator when the iterator exists longer than the result
* Added pq\Statement::deallocate{,Async}() and pq\Statement::prepare{,Async}() methods
* Added pq\Statement::$query and pq\Statment::$types readonly properties
]]></notes> ]]></notes>
<contents> <contents>
<dir name="/"> <dir name="/">