2025-05-17 |
Drop psalm |
2025-05-17 |
Merge branch '5.x' into 5.next |
2025-05-17 |
Raise 5.3 PHP min to 8.2 (#18341)
* Raise 5.3 PHP min to 8.2
* Drop phpunit 10.
* Raise 5.3 PHP min to 8.2 in splits. |
2025-05-17 |
Small cleanups and typo fixes. |
2025-05-17 |
Update composer.json for split packages.
This should fix running phpstan for the split packages |
2025-05-17 |
Merge remote-tracking branch 'origin/5.x' into 5.next |
2025-05-17 |
Allow flushDb() usage (#18613)
* Allow flushDb() usage
* Fix tests.
* Make option name more explicit and fix tests.
* Add test coverage for clearUsesFlushDb
* Clear configs between tests
* Fix mistakes in tests
---------
Co-authored-by: Mark Story |
2025-05-17 |
Merge branch '5.x' into 5.next |
2025-05-17 |
Allow flushDb() usage (#18613)
* Allow flushDb() usage
* Fix tests.
* Make option name more explicit and fix tests.
* Add test coverage for clearUsesFlushDb
* Clear configs between tests
* Fix mistakes in tests
---------
Co-authored-by: Mark Story |
2025-04-26 |
Make NullEngine return the original keys with the default as other cache engines do |
2025-04-26 |
Backport: Treat null as a valid cache value on MemcachedEngine::getMultiple (#18254)
Treat null as a valid cache value on MemcachedEngine::getMultiple |