Skip to content

Commit dca9ca3

Browse files
committedMar 4, 2021
Update changelog
1 parent 6e73f57 commit dca9ca3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎package.xml

+7-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@
3939
</stability>
4040
<license uri="http://www.php.net/license">PHP License</license>
4141
<notes>
42-
-
42+
- Fix deadlocks when other apcu_* functions are used inside apcu_entry(). It should now be safe to use any functions inside the apcu_entry() callback.
43+
- Fix division by zero exception in apc.php.
44+
- Fix handling of references in PHP 8 if "default" serializer is used (which is not the default).
45+
- Fix string reuse handling if "default" serializer is used (which is not the default).
46+
- Check for failures when acquiring read locks to report problems earlier (write locks were already checked previously).
47+
- Adjust tests for current PHP 8.1 development branch.
48+
- Remove *_api.h headers. Use apc_cache.h instead of apc_cache_api.h etc.
4349
</notes>
4450
<contents>
4551
<dir name="/">

0 commit comments

Comments
 (0)