Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
update package for pecl
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Sep 17, 2015
1 parent 21a44da commit e92ff15
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,22 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2015-09-13</date>
<time>05:09:58</time>
<date>2015-09-17</date>
<time>09:09:37</time>
<version>
<release>3.0.2</release>
<api>3.0.2</api>
<release>3.0.3</release>
<api>3.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
fix gh issue #484
support object comparison
do not allow exception handlers that are inconsistent with thread options to be inherited
fix on store of resource type in threaded object causing resource to be dtored early
fix for Thread::kill to stop it bailing out during thread shutdown
coerce arrays to Volatile objects so they behave as expected when set as members of Threaded objects
fix for the copying of classes which implement iterators, caused execution to be unsafe
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -76,6 +77,7 @@
<file name="tests/interfaces.phpt" role="test" />
<file name="tests/isset-empty-compat.phpt" role="test" />
<file name="tests/isset-unset.phpt" role="test" />
<file name="tests/iterator-funcs.phpt" role="test" />
<file name="tests/iterator-no-refs.phpt" role="test" />
<file name="tests/killed-info.phpt" role="test" />
<file name="tests/legacy-ctor.phpt" role="test" />
Expand Down Expand Up @@ -114,6 +116,7 @@
<file name="tests/traits-scope.inc" role="test" />
<file name="tests/traits-scope.phpt" role="test" />
<file name="tests/unset-defaults.phpt" role="test" />
<file name="tests/volatile-arrays.phpt" role="test" />
<file name="tests/volatile-objects.phpt" role="test" />
<file name="tests/wait.phpt" role="test" />
<file name="tests/waiting-timeouts.phpt" role="test" />
Expand Down

0 comments on commit e92ff15

Please sign in to comment.