File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 16
16
17
17
<active >yes</active >
18
18
</lead >
19
- <date >2020-10 -13</date >
20
- <time >21:24:19 </time >
19
+ <date >2021-12 -13</date >
20
+ <time >10:20:14 </time >
21
21
<version >
22
- <release >1.3 .0</release >
23
- <api >1.3 .0</api >
22
+ <release >1.4 .0</release >
23
+ <api >1.4 .0</api >
24
24
</version >
25
25
<stability >
26
26
<release >stable</release >
27
27
<api >stable</api >
28
28
</stability >
29
29
<license uri =" https://opensource.org/licenses/MIT" >MIT License</license >
30
30
<notes >
31
- - ArrayAccess implemented consistently
32
- - IteratorAggregate implemented consistently
33
- - A few incorrect return types
31
+ - Support for PHP 8.1
34
32
</notes >
35
33
<contents >
36
34
<dir name =" /" >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ extern zend_module_entry ds_module_entry;
20
20
#define phpext_ds_ptr &ds_module_entry
21
21
22
22
/* Replace with version number for your extension */
23
- #define PHP_DS_VERSION "1.3 .0"
23
+ #define PHP_DS_VERSION "1.4 .0"
24
24
25
25
#ifdef PHP_WIN32
26
26
# define PHP_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments