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

Commit

Permalink
release version on pecl
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Sep 27, 2015
1 parent ba6ea8a commit 1552ed3
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,23 @@
<email>krakjoe@php.net</email>
<active>yes</active>
</lead>
<date>2015-09-22</date>
<time>04:09:09</time>
<date>2015-09-27</date>
<time>12:09:32</time>
<version>
<release>3.0.6</release>
<api>3.0.6</api>
<release>3.0.7</release>
<api>3.0.7</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
only allow execution in CLI, the only place it is really sensible
fix issue destroying monitors (deadlocking on shutdown)
remove Thread::kill
disable auto-join on __destruct of Thread
use global persistent shared strings table
support compiling and linking with AddressSanitizer support
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -76,7 +80,6 @@
<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" />
<file name="tests/lexical-vars.phpt" role="test" />
<file name="tests/magic-methods-get-set.phpt" role="test" />
Expand Down

0 comments on commit 1552ed3

Please sign in to comment.