-
Notifications
You must be signed in to change notification settings - Fork 197
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
1 parent
c96af94
commit 25c313d
Showing
2 changed files
with
8 additions
and
4 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 |
---|---|---|
|
@@ -22,10 +22,10 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2016-06-07</date> | ||
<time>12:00:00</time> | ||
<date>2016-10-06</date> | ||
<time>07:00:00</time> | ||
<version> | ||
<release>5.1.6dev</release> | ||
<release>5.1.6</release> | ||
<api>5.1.2</api> | ||
</version> | ||
<stability> | ||
|
@@ -34,10 +34,12 @@ | |
</stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
- fixes gh#19: Hung apaches on pthread wrlocks | ||
- fixes gh#188: Fix Segfault in ZTS build when locking (Tyson Andre) | ||
- fixes gh#194: apcu_entry ttl not working | ||
- fixes gh#189: SegFault in apc_copy_zval | ||
- fixes gh#185: zend_mm_heap corrupted | ||
- fixes gh#190: memory leak/failed check for duplicates | ||
</notes> | ||
<contents> | ||
<dir name="/"> | ||
|
@@ -49,6 +51,8 @@ | |
<file name="apc_003b.phpt" role="test" /> | ||
<file name="apc_004.phpt" role="test" /> | ||
<file name="apc_005.phpt" role="test" /> | ||
<file name="apc_005b.phpt" role="test" /> | ||
<file name="apc_005c.phpt" role="test" /> | ||
<file name="apc_006.phpt" role="test" /> | ||
<file name="apc_007.phpt" role="test" /> | ||
<file name="apc_008.phpt" role="test" /> | ||
|
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