File tree 2 files changed +33
-4
lines changed
2 files changed +33
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
17
17
18
18
<active >yes</active >
19
19
</lead >
20
- <date >2020-06-30 </date >
20
+ <date >2024-07-04 </date >
21
21
<version >
22
- <release >0.3.3 </release >
23
- <api >0.3.3 </api >
22
+ <release >0.4.0 </release >
23
+ <api >0.4.0 </api >
24
24
</version >
25
25
<stability >
26
26
<release >beta</release >
@@ -91,6 +91,35 @@ http://pear.php.net/dtd/package-2.0.xsd">
91
91
<providesextension >tarantool</providesextension >
92
92
<extsrcrelease />
93
93
<changelog >
94
+ <release >
95
+ <stability ><release >beta</release ><api >beta</api ></stability >
96
+ <version ><release >0.4.0</release ><api >0.4.0</api ></version >
97
+ <date >2024-07-04</date >
98
+ <notes >
99
+ tarantool-php 0.4.0
100
+
101
+ ## Overview
102
+
103
+ The release adds support for PHP 8.x and fixes incompatibility with
104
+ Tarantool 2.10+.
105
+
106
+ ## Breaking changes
107
+
108
+ This release should not break existing code.
109
+
110
+ ## New features
111
+
112
+ - Support PHP 8.x (#171).
113
+ - Support Tarantool 2.10+ (#175).
114
+ - Call IPROTO method (#101).
115
+ - Support new _index system space format (#151).
116
+
117
+ ## Bugfixes
118
+
119
+ - Give meaningful error when retry_count is zero (#83).
120
+ - select() by space_no and index_name (#42).
121
+ </notes >
122
+ </release >
94
123
<release >
95
124
<stability ><release >beta</release ><api >beta</api ></stability >
96
125
<version ><release >0.3.3</release ><api >0.3.3</api ></version >
Original file line number Diff line number Diff line change 95
95
extern zend_module_entry tarantool_module_entry ;
96
96
#define phpext_tarantool_ptr &tarantool_module_entry
97
97
98
- #define PHP_TARANTOOL_VERSION "0.3.3 "
98
+ #define PHP_TARANTOOL_VERSION "0.4.0 "
99
99
#define PHP_TARANTOOL_EXTNAME "tarantool"
100
100
101
101
#ifdef PHP_WIN32
You can’t perform that action at this time.
0 commit comments