wiki.techinc.nl/tests/phpunit/includes/libs/objectcache
Máté Szabó f89aa38f69 objectcache: Remove WinCache support
WinCache is an APCu equivalent for use with Microsoft IIS, but in recent
years has been unmaintained and lacks support for PHP 8 and newer.[1]
So, remove support for it as MediaWiki will be raising the minimum
supported PHP version to 8.1.

[1] https://www.php.net/manual/en/install.windows.recommended.php

Bug: T365691
Change-Id: I4d2dc01a9119bb1f858132f0146b894750c1e86d
2024-09-05 17:59:26 +00:00
..
APCUBagOStuffTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
BagOStuffTestBase.php Merge "objectcache: Consolidate WRITE_PRUNE_SEGMENTS into WRITE_ALLOW_SEGMENTS" 2024-08-12 16:16:10 +00:00
HashBagOStuffIntegrationTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
MemcachedPeclBagOStuffIntegrationTest.php Use MainConfigNames in tests 2024-08-06 13:58:47 +00:00
MemcachedPhpBagOStuffIntegrationTest.php Use MainConfigNames in tests 2024-08-06 13:58:47 +00:00
MultiWriteBagOStuffTest.php Add namespace to the root classes of ObjectCache 2024-07-10 00:14:54 +03:30
RedisBagOStuffIntegrationTest.php Use MainConfigNames in tests 2024-08-06 13:58:47 +00:00
RESTBagOStuffIntegrationTest.php Use MainConfigNames in tests 2024-08-06 13:58:47 +00:00