Skip to content

Commit

Permalink
v1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed May 24, 2018
1 parent 13420ba commit 35a46a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Data Structures for PHP 7

[![Build Status](https://travis-ci.org/php-ds/extension.svg?branch=master)](https://travis-ci.org/php-ds/extension)
[![PECL](https://img.shields.io/badge/PECL-1.2.5-blue.svg)](https://pecl.php.net/package/ds)
[![PECL](https://img.shields.io/badge/PECL-1.2.6-blue.svg)](https://pecl.php.net/package/ds)

An extension providing specialized data structures as efficient alternatives to the PHP array.
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.
Expand Down
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2018-03-13</date>
<time>00:03:14</time>
<date>2018-05-24</date>
<time>00:22:59</time>
<version>
<release>1.2.5</release>
<release>1.2.6</release>
<api>1.1.0</api>
</version>
<stability>
Expand All @@ -28,7 +28,7 @@
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
<notes>
- Fixed empty `PriorityQueue` causing segfault on `gc_collect_cycles`. #106
- Fixed not clearing memory after buffer reallocation. #114
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_ds.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern zend_module_entry ds_module_entry;
#define phpext_ds_ptr &ds_module_entry

/* Replace with version number for your extension */
#define PHP_DS_VERSION "1.2.5"
#define PHP_DS_VERSION "1.2.6"

#ifdef PHP_WIN32
# define PHP_API __declspec(dllexport)
Expand Down

0 comments on commit 35a46a0

Please sign in to comment.