APCu

pecl install APCu

APCu - APC User Cache

APC User Caching

Maintainer

  • Joe Watkins (lead )
  • Remi Collet (lead )
  • Nikita Popov (lead )
  • Anatoliy Belsky (developer )

Details

Stars: 937
Issue openned: 76
Downloads: 22554595
5.1.20
3 years ago
Download DLL for processor with 64 bits architecture (x64)
PHP 8.0
Loading...
PHP 7.4
Loading...
PHP 7.3
Loading...
Download DLL for processor with 32 bits architecture (x86)
PHP 8.0
Loading...
PHP 7.4
Loading...
PHP 7.3
Loading...
Request a build
Request to the website owner's team the built this extension with this parameters. The result is not guaranteed and can be impossible for many reasons. The extension source code is frequently not upto date with the most recent PHP version.
If you have another code source for this extension, provide it in comment.
Please (or register) to request a build.
Version 5.1.20 change log


- 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.
- Fix division by zero exception in apc.php.
- Fix handling of references in PHP 8 if "default" serializer is used (which is not the default).
- Fix string reuse handling if "default" serializer is used (which is not the default).
- Check for failures when acquiring read locks to report problems earlier (write locks were already checked previously).
- Adjust tests for current PHP 8.1 development branch.
- Remove *_api.h headers. Use apc_cache.h instead of apc_cache_api.h etc.

requires:

  • php >=7.0.0-dev
  • pearinstaller >=1.10