projects
/
m6w6
/
ext-pq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
c62ffa9
)
prepare 0.5.2
author
Michael Wallner
<mike@php.net>
Thu, 16 Oct 2014 15:05:22 +0000
(17:05 +0200)
committer
Michael Wallner
<mike@php.net>
Thu, 16 Oct 2014 15:05:22 +0000
(17:05 +0200)
package.xml
patch
|
blob
|
history
php_pq.h
patch
|
blob
|
history
diff --git
a/package.xml
b/package.xml
index 13b1437b55ac3f5c6b435a86fa0fc3c079a73d53..ae18e475980cc07403d43cdc01dc5daf10457699 100644
(file)
--- a/
package.xml
+++ b/
package.xml
@@
-42,7
+42,8
@@
http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license>BSD, revised</license>
<notes><![CDATA[
-* Fix build with PostgreSQL 9.1 and 9.0
+* Support PostgreSQL 9.0 and up
+* Make JSON support optional
]]></notes>
<contents>
<dir name="/">
diff --git
a/php_pq.h
b/php_pq.h
index caab0278d2fa4a235ee56312a013af87c0612e44..c647280c8d04fc586a86dcb9dab7fd05c3f302df 100644
(file)
--- a/
php_pq.h
+++ b/
php_pq.h
@@
-14,7
+14,7
@@
#ifndef PHP_PQ_H
#define PHP_PQ_H
-#define PHP_PQ_VERSION "0.5.2
dev
"
+#define PHP_PQ_VERSION "0.5.2"
int pq_module_number;
zend_module_entry pq_module_entry;