1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 13:51:20 +01:00
This commit is contained in:
Michael Wallner 2013-05-15 08:12:33 +02:00
parent 569c22fcb5
commit 3f5dbab5c1
2 changed files with 5 additions and 3 deletions

View File

@ -32,9 +32,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>mike@php.net</email>
<active>yes</active>
</lead>
<date>2013-05-03</date>
<date>2013-05-15</date>
<version>
<release>0.4.0dev</release>
<release>0.4.0</release>
<api>0.4.0</api>
</version>
<stability>
@ -44,6 +44,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
<license>BSD, revised</license>
<notes><![CDATA[
* Added pq\ConverterInterface and pq\Connection::setConverter()
* Added pq\Result::desc() and fixed pq\Statement::descAsync()
* Added serializer for input array params
]]></notes>
<contents>
<dir name="/">

View File

@ -14,7 +14,7 @@
#ifndef PHP_PQ_H
#define PHP_PQ_H
#define PHP_PQ_EXT_VERSION "0.4.0dev"
#define PHP_PQ_EXT_VERSION "0.4.0"
int pq_module_number;
zend_module_entry pq_module_entry;