[wp-trac] [WordPress Trac] #51686: Not invalidating files in opcode cache after core update
WordPress Trac
noreply at wordpress.org
Tue Nov 3 07:46:49 UTC 2020
#51686: Not invalidating files in opcode cache after core update
-------------------------------+------------------------------
Reporter: Krstarica | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 5.5
Severity: normal | Resolution:
Keywords: reporter-feedback | Focuses:
-------------------------------+------------------------------
Comment (by Krstarica):
Thanks for getting back to me Mike.
It happens both (1) when auto-update is triggered by WordPress itself and
(2) when manually click update button at wp-admin/update-core.php. The
same thing occurs in all previous versions of WordPress, too. After the
upgrade is finished, it again shows prompt that the new version is
available. systemctl reload php-fpm doesn't fix things.
OS: CentOS Linux release 7.8.2003 (Core)
{{{
PHP 7.3.24 (cli) (built: Oct 27 2020 11:01:59) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.3.24, Copyright (c) 1998-2018 Zend Technologies
with Zend OPcache v7.3.24, Copyright (c) 1999-2018, by Zend
Technologies
}}}
OPCache configuration in php.ini:
{{{
opcache.memory_consumption=640
opcache.interned_strings_buffer=16
opcache.fast_shutdown=1
opcache.enable_cli=0
opcache.revalidate_freq = 60
opcache.max_accelerated_files=30000
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/51686#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list