Any volunteers to port APC module from Drupal 7 to 8?

Related pages

We would be happy to contribute testing patch, quality assurance, documentation, and agile project management services if needed

Comments

Francewhoa created an issue. See original summary.

apaderno’s picture

Status: Active » Closed (won't fix)

Drupal 8 already has its cache backend that uses the APCu extension, if present. Actually, that is the default backend.

sime’s picture

I have found little information about how to know that Drupal is successfully using APCu. Apparently PHP5.5 ships with it, but I notice that I can `apt-get install php-apc` and there there is apcu extension and apc settings in phpinfo, so... it wasn't installed? Links appreciated.

YoyoS’s picture

APCu doesn't come with PHP but Zend Opcache does !

apaderno’s picture

@sime Don't get confused between APC and APCu. PHP 5.5 uses APCu, while APC is for the older PHP versions.

Francewhoa’s picture

Thanks all for your contributions :)

This is a note to myself. I updated this ticket attribution tags.

apaderno’s picture

Issue tags: -Drupal 8

@Francewhoa If you meant that you gave issue credits to users, that cannot be done from users who aren't maintainers. (I apologize if I misunderstood your comment.)