You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### :warning: Please note that the V9 is mostly a PHP 8 type aware update of Phpfastcache with some significant changes !
5
-
> As the V9 is **relatively** not compatible with previous versions, please read carefully the [migration guide](./docs/migration/MigratingFromV7ToV8.md) to ensure you the smoothest migration possible.
5
+
> As the V9 is **relatively** not compatible with previous versions, please read carefully the [migration guide](./docs/migration/MigratingFromV8ToV9.md) to ensure you the smoothest migration possible.
6
6
One of the biggest change is the configuration system which is now an object that replace the primitive array that we used to implement back then.
7
7
Also, please note that the V9 requires at least PHP 8 or higher to works properly.
8
8
@@ -30,7 +30,7 @@ The simplicity of abstraction: One class for many backend cache. You don't need
30
30
\* Driver descriptions available in DOCS/DRIVERS.md
31
31
32
32
---------------------------
33
-
Because caching does not means weaken your code
33
+
Because caching does not mean weaken your code
34
34
---------------------------
35
35
Phpfastcache has been developed over the years with 3 main goals:
0 commit comments