The thought start from this question under php-cli
mode:
PHP apc/apcu cache do not keep intermediate result while shmop do, why?
In this case, APC/APCu
do not cache the intermediate result.
However, APC/APCu
do cache the intermediate result just as the shmop
when under php-fpm
mode. So, what's the difference between php-cli
and php-fpm
when in regards to APC/APCu
?