From: Stuart Henderson Subject: NEW: www/pecl-apcu To: ports Date: Tue, 6 Jan 2026 11:12:45 +0000 this contains the key/value store part of the old APC ("alternative PHP cache") extension that was removed when PHP gained its own internal opcode cache. ok to import? --- APCu is an in-memory key-value store for PHP. Keys are of type string and values can be any PHP variables. APCu only supports userland caching of variables. ---