Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rtheunissen committed Aug 1, 2016
1 parent 1610f94 commit eba24d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>ds</name>
<channel>pecl.php.net</channel>
<summary>Data Structures</summary>
<description>Data Structures for PHP</description>
<description>Data Structures for PHP 7</description>
<lead>
<name>Rudi Theunissen</name>
<user>rtheunissen</user>
Expand All @@ -17,9 +17,9 @@
<active>yes</active>
</lead>
<date>2016-08-01</date>
<time>00:08:00</time>
<time>17:52:00</time>
<version>
<release>1.0.3</release>
<release>1.0.4</release>
<api>1.0.3</api>
</version>
<stability>
Expand All @@ -28,8 +28,8 @@
</stability>
<license uri="https://opensource.org/licenses/MIT">MIT License</license>
<notes>
Fix intersect, diff, xor before contains bug (see docs #4)
Add Set::merge
Fix memory leak when unserialize fails
Fix bad hash table bucket copy
</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.0.3"
#define PHP_DS_VERSION "1.0.4"

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

0 comments on commit eba24d6

Please sign in to comment.