This repository has been archived by the owner on Dec 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,23 @@ | |
<email>[email protected]</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="/"> | ||
|
@@ -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" /> | ||
|