File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 41
41
42
42
<active >yes</active >
43
43
</developer >
44
- <date >2018-01-10 </date >
44
+ <date >2018-06-26 </date >
45
45
<version >
46
- <release >2.1.3 </release >
46
+ <release >2.1.4 </release >
47
47
<api >2.1.0</api >
48
48
</version >
49
49
<stability >
52
52
</stability >
53
53
<license uri =" http://copyfree.org/content/standard/licenses/2bsd/license.txt" >BSD-2-Clause</license >
54
54
<notes ><![CDATA[
55
- * Fix gh-issue #27: crash in pq\Connection::escapeBytea()
56
- + Update static pq\Types with PostgreSQL-10 types
55
+ * Fix gh-issue #30: pq\Types is restricted to non-composite types
57
56
]]> </notes >
58
57
<contents >
59
58
<dir name =" /" >
Original file line number Diff line number Diff line change 14
14
#ifndef PHP_PQ_H
15
15
#define PHP_PQ_H
16
16
17
- #define PHP_PQ_VERSION "2.1.3 "
17
+ #define PHP_PQ_VERSION "2.1.4 "
18
18
19
19
#ifdef PHP_WIN32
20
20
# define PHP_PQ_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments