mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-09-13 05:38:05 -04:00
The cache prefix was still the CakePHP skeleton default 'myapp_'. After an upgrade that alters the schema, CakePHP could serve model and schema caches written by the previous version. cmake substitutes @VERSION@ when generating app/Config/core.php, so each version gets its own cache namespace. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>