Skip to content

Commit

Permalink
Release Weakref 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
colder committed Dec 13, 2016
1 parent b2a1ffe commit c21b7f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2016-01-24</date>
<date>2016-12-13</date>
<version>
<release>0.3.2</release>
<release>0.3.3</release>
<api>0.3.1</api>
</version>
<stability>
Expand All @@ -26,7 +26,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
</stability>
<license uri="http://www.php.net/license">PHP</license>
<notes>
- Fix crash in wr_store_tracked_object_dtor
- Restore dtors to prevent crash in multi-requests scenario
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -77,6 +77,14 @@ http://pear.php.net/dtd/package-2.0.xsd">
<providesextension>weakref</providesextension>
<extsrcrelease/>
<changelog>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.3.3</release><api>0.3.1</api></version>
<date>2016-12-13</date>
<notes>
- Restore dtors to prevent crash in multi-requests scenario
</notes>
</release>
<release>
<stability><release>beta</release><api>beta</api></stability>
<version><release>0.3.2</release><api>0.3.1</api></version>
Expand Down
2 changes: 1 addition & 1 deletion php_weakref.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include <php.h>

#define PHP_WEAKREF_VERSION "0.3.2"
#define PHP_WEAKREF_VERSION "0.3.3"

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

0 comments on commit c21b7f2

Please sign in to comment.