File tree Expand file tree Collapse file tree 6 files changed +12
-13
lines changed
Expand file tree Collapse file tree 6 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,4 @@ before_script:
2323 - echo "extension=ds.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
2424
2525script :
26- - composer test
2726 - composer memtest
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.3] - UNRELEASED
5+ ## [ 1.1.3] - 2016-08-08
66### Fixed
77- [x] Memory leaks during map when callback throws an exception.
88- [x] Memory leaks when structures contain themselves.
File renamed without changes.
Original file line number Diff line number Diff line change 22
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 )
5- [ ![ PECL] ( https://img.shields.io/badge/PECL-1.1.2 -blue.svg )] ( https://pecl.php.net/package/ds )
5+ [ ![ PECL] ( https://img.shields.io/badge/PECL-1.1.3 -blue.svg )] ( https://pecl.php.net/package/ds )
66
77PHP extension providing specialized data structures as efficient alternatives to the * array* .
88
Original file line number Diff line number Diff line change 1616 <email >krakjoe@php.net</email >
1717 <active >yes</active >
1818 </lead >
19- <date >2016-08-05 </date >
20- <time >11:02:12 </time >
19+ <date >2016-08-08 </date >
20+ <time >13:51:10 </time >
2121 <version >
22- <release >1.1.2 </release >
23- <api >1.1.0 </api >
22+ <release >1.1.3 </release >
23+ <api >1.1.3 </api >
2424 </version >
2525 <stability >
2626 <release >stable</release >
2727 <api >stable</api >
2828 </stability >
2929 <license uri =" https://opensource.org/licenses/MIT" >MIT License</license >
3030 <notes >
31- Fixed many memory leaks
32- Fixed json dependency
33- Minor performance improvements
31+ Fixed memory leaks during map when callback throws an exception.
32+ Fixed memory leaks when structures contain themselves.
33+ Fixed module dependencies.
34+ Version info in phpinfo()
3435 </notes >
3536 <contents >
3637 <dir name =" /" >
37- <file role =" doc" name =" README.md" />
38- <file role =" doc" name =" LICENSE.md" />
38+ <file role =" doc" name =" LICENSE" />
3939
4040 <file role =" src" name =" config.m4" />
4141 <file role =" src" name =" config.w32" />
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.2 "
23+ #define PHP_DS_VERSION "1.1.3 "
2424
2525#ifdef PHP_WIN32
2626# define PHP_API __declspec(dllexport)
You can’t perform that action at this time.
0 commit comments