File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project follows [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 1.3.0] - 2020-10-13
6
+ ### Fixed
7
+ - ArrayAccess implemented consistently
8
+ - IteratorAggregate implemented consistently
9
+ - A few incorrect return types
10
+
5
11
## [ 1.2.9] - 2019-05-11
6
12
### Fixed
7
13
- Segfault when iterating an implicit instance of Stack, Queue or PriorityQueue
Original file line number Diff line number Diff line change 10
10
],
11
11
"minimum-stability" : " dev" ,
12
12
"require-dev" : {
13
- "php-ds/tests" : " dev-master "
13
+ "php-ds/tests" : " ^1.3.0 "
14
14
},
15
15
"scripts" : {
16
16
"test" : " php test.php" ,
Original file line number Diff line number Diff line change 16
16
17
17
<active >yes</active >
18
18
</lead >
19
- <date >2019-05-11 </date >
20
- <time >16:47 :19</time >
19
+ <date >2020-10-13 </date >
20
+ <time >21:24 :19</time >
21
21
<version >
22
- <release >1.2.9 </release >
23
- <api >1.1 .0</api >
22
+ <release >1.3.0 </release >
23
+ <api >1.3 .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
- - Segfault when iterating an implicit instance of Stack, Queue or PriorityQueue
31
+ - ArrayAccess implemented consistently
32
+ - IteratorAggregate implemented consistently
33
+ - A few incorrect return types
32
34
</notes >
33
35
<contents >
34
36
<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.2.9 "
23
+ #define PHP_DS_VERSION "1.3.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