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
bug #49395 fix trying to load Memcached before checking we can (nicolas-grekas)
This PR was merged into the 5.4 branch.
Discussion
----------
fix trying to load Memcached before checking we can
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
When the extension is not installed, using `Memcached::*` in const breaks before `isSupported()` could be called.
Commits
-------
818fdcb [Cache] fix trying to load Memcached before checking we can
0 commit comments