File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 39
39
</stability >
40
40
<license uri =" http://www.php.net/license" >PHP License</license >
41
41
<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.
43
49
</notes >
44
50
<contents >
45
51
<dir name =" /" >
You can’t perform that action at this time.
0 commit comments