I'm on windows 10 and I work on Symfony 3.4 application.
How can I enable APC to use APCuIteraor?
Actually I get this:
"PHP Fatal error: APCuIterator::__construct(): APC must be enabled to use APCuIterator in C:...\vendor\symfony\symfony\src\Symfony\Component\Cache\Traits\ApcuTrait.php (path_of_ApcuTrait.php_in_CACHE)"
when I want to add some new packages in my project with the command composer require
.