File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/php-ds/extension.svg?branch=master )] ( https://travis-ci.org/php-ds/extension )
4
4
[ ![ 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.3 -blue.svg )] ( https://pecl.php.net/package/ds )
5
+ [ ![ PECL] ( https://img.shields.io/badge/PECL-1.1.4 -blue.svg )] ( https://pecl.php.net/package/ds )
6
6
7
7
An extension providing specialized data structures as efficient alternatives to the PHP array.
8
8
Original file line number Diff line number Diff line change 16
16
17
17
<active >yes</active >
18
18
</lead >
19
- <date >2016-08-08 </date >
20
- <time >13:51:10 </time >
19
+ <date >2016-08-09 </date >
20
+ <time >01:00:00 </time >
21
21
<version >
22
- <release >1.1.3 </release >
23
- <api >1.1.3 </api >
22
+ <release >1.1.4 </release >
23
+ <api >1.1.4 </api >
24
24
</version >
25
25
<stability >
26
26
<release >stable</release >
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.1.3 "
23
+ #define PHP_DS_VERSION "1.1.4 "
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