Skip to content

Commit 4612aae

Browse files
committed
1.1.7
1 parent e394f5e commit 4612aae

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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.6-blue.svg)](https://pecl.php.net/package/ds)
6+
[![PECL](https://img.shields.io/badge/PECL-1.1.7-blue.svg)](https://pecl.php.net/package/ds)
77

8-
An extension providing specialized data structures as efficient alternatives to the PHP array.
8+
An extension providing specialized data structures as efficient alternatives to the PHP array.
99
You 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.
1010

1111
## Documentation

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@
1616
<email>[email protected]</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2016-09-03</date>
20-
<time>22:20:14</time>
19+
<date>2017-02-11</date>
20+
<time>01:32:18</time>
2121
<version>
22-
<release>1.1.6</release>
22+
<release>1.1.7</release>
2323
<api>1.1.0</api>
2424
</version>
2525
<stability>
@@ -28,7 +28,7 @@
2828
</stability>
2929
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
3030
<notes>
31-
- Fix htable truncating capacity below minimum
31+
- Preliminary support for PHP 7.2
3232
</notes>
3333
<contents>
3434
<dir name="/">

php_ds.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6"
23+
#define PHP_DS_VERSION "1.1.7"
2424

2525
#ifdef PHP_WIN32
2626
# define PHP_API __declspec(dllexport)

0 commit comments

Comments
 (0)