Installing on a host with APC enabled.
MW installer gave me three choices for cache - CACHE_NONE, CACHE_MEMCACHE and CACHE_ACCEL, which is good. However CACHE_NONE was selected as the default. That seems wrong. Default should be CACHE_ACCEL imo.
Installing on a host with APC enabled.
MW installer gave me three choices for cache - CACHE_NONE, CACHE_MEMCACHE and CACHE_ACCEL, which is good. However CACHE_NONE was selected as the default. That seems wrong. Default should be CACHE_ACCEL imo.
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
installer: Choose CACHE_ACCEL as the default if available | mediawiki/core | master | +7 -1 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | saper | T49162 Installer should not default to CACHE_NONE if CACHE_ACCEL is supported | |||
Resolved | Legoktm | T61998 Installer warning irrelevant/obsolete for PHP ≥5.4: 'Could not find APC, XCache or WinCache' | |||
Invalid | Legoktm | T30095 Cannot create new global groups with XCache or CACHE_ACCEL |
Change 248560 had a related patch set uploaded (by saper):
installer should set CACHE_ACCEL as the default if available
Change 248560 merged by jenkins-bot:
installer: Choose CACHE_ACCEL as the default if available
I suspect the two blockers I added were already fixed, otherwise we would not be able to do this.