Move the APCu extension installation instructions from nasqueron/phabricator to nasqueron/nginx-php-fpm.
Description
Description
Revisions and Commits
Revisions and Commits
Related Objects
Related Objects
Event Timeline
Comment Actions
A lot of PHP applications nowadays use APCu to explicitely cache user-level objects.
Currently, rDPHPFPM doesn't provide it and rDPHAB installs it.
As I'm deploying a test run of Cachet (see T545), I see it could use (like other Laravel based PHP applications) APCu as a cache. MediaWiki also uses it.
It seems standard enough we include it in our image.
Comment Actions
I raise the priority, as APCu beta offers a PHP 7 version, so new build of rDPHAB isn't currently possible.
pear config-set preferred_state beta && \ pecl install APCu
We should use:
pear config-set preferred_state stable && \ pecl install APCu
Comment Actions
D96 takes care of the issue on nasqueron/phabricator, so we can decrease the priority.