File tree Expand file tree Collapse file tree 4 files changed +16
-6
lines changed
Expand file tree Collapse file tree 4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 22All notable changes to this project will be documented in this file.
33This project follows [ Semantic Versioning] ( http://semver.org/ ) .
44
5+ ## [ 1.1.8] - 2017-03-24
6+ ### Fixed
7+ - PriorityQueue automatic truncate bug #78
8+ - Bugs related to unserialization. #77
9+
10+ ## [ 1.1.7] - 2017-02-11
11+ ### Fixed
12+ - Preliminary support for PHP 7.2
13+
514## [ 1.1.6] - 2016-09-03
615### Fixed
716- ` Map ` truncating to capacity less than the minimum.
Original file line number Diff line number Diff line change 33[ ![ Build Status] ( https://travis-ci.org/php-ds/extension.svg?branch=master )] ( https://travis-ci.org/php-ds/extension )
44[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/dbcssp6flml2gher?svg=true )] ( https://ci.appveyor.com/project/rtheunissen/extension )
55[ ![ Code Coverage] ( https://scrutinizer-ci.com/g/php-ds/polyfill/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/php-ds/polyfill/?branch=master )
6- [ ![ PECL] ( https://img.shields.io/badge/PECL-1.1.7 -blue.svg )] ( https://pecl.php.net/package/ds )
6+ [ ![ PECL] ( https://img.shields.io/badge/PECL-1.1.8 -blue.svg )] ( https://pecl.php.net/package/ds )
77
88An extension providing specialized data structures as efficient alternatives to the PHP array.
99You can read about it in more detail [ in this blog post] ( https://medium.com/p/9dda7af674cd ) which highlights the API, performance and other benefits of using the extension.
Original file line number Diff line number Diff line change 1616 <email >krakjoe@php.net</email >
1717 <active >yes</active >
1818 </lead >
19- <date >2017-02-11 </date >
20- <time >01:32:18 </time >
19+ <date >2017-03-24 </date >
20+ <time >10:07:11 </time >
2121 <version >
22- <release >1.1.7 </release >
22+ <release >1.1.8 </release >
2323 <api >1.1.0</api >
2424 </version >
2525 <stability >
2828 </stability >
2929 <license uri =" https://opensource.org/licenses/MIT" >MIT License</license >
3030 <notes >
31- - Preliminary support for PHP 7.2
31+ - PriorityQueue automatic truncate bug #78
32+ - Bugs related to unserialization. #77
3233 </notes >
3334 <contents >
3435 <dir name =" /" >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ extern zend_module_entry ds_module_entry;
2020#define phpext_ds_ptr &ds_module_entry
2121
2222/* Replace with version number for your extension */
23- #define PHP_DS_VERSION "1.1.7 "
23+ #define PHP_DS_VERSION "1.1.8 "
2424
2525#ifdef PHP_WIN32
2626# define PHP_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments