aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe-php-shim/src/apcu.rs
AgeCommit message (Collapse)Author
2026-06-21refactor(autoload): drop dead APCu cache from ClassLoadernsfisis
apcu_fetch/apcu_add only ran when apcuPrefix was non-null, but Composer never calls setApcuPrefix on the loaders it instantiates itself; the prefix is only emitted into the generated target-project autoload_real.php. So the cache branches were unreachable in Shirabe's execution paths. Remove the apcu shim and the now-dead lookups. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21refactor(php-shim): split lib.rsnsfisis