Page MenuHomePhabricator

WinCacheBagOStuff.php: wincache_ucache_add(): function called with a key which already exists
Closed, DeclinedPublic

Description

PHP Warning:  wincache_ucache_add(): function called with a key which already exists in D:\wwwroot\w\includes\libs\objectcache\WinCacheBagOStuff.php on line 80

Windows Server 2019, using IIS 10.
PHP v7.3.8 VC15 x64 Non Thread Safe (2019-Jul-30 16:05:44)
Mediawiki v1.33
Wincache 2.0.0.8-7.3-nts-vc15-x64

Happens constantly every 2-3 seconds, in php error log. Only running mediawiki on this server.

Event Timeline

Krinkle subscribed.

Support for WinCache was removed in MW 1.43 per T365691: Consider removing Microsoft Windows Cache (wincache) support. It is recommended to use php-apcu instead.