Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Oct 26, 2019
1 parent 880ad0f commit 1f59873
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
-
- Implement apcu_inc() and apcu_dec() using atomic operations. This means that these functions no longer have to acquire a write lock. These functions will now wraparound on overflow, instead of saturating to a floating point value.
- Make table header in apc.php sticky.
- Fix compile warnings related to mktemp() usage.
- Fix compatibility with PHP 8.0.
- Fix required number of arguments for apcu_store() returned by Reflection.
</notes>
<contents>
<dir name="/">
Expand Down

0 comments on commit 1f59873

Please sign in to comment.