2025-04-06 |
Make NullEngine return the original keys with the default as other cache engines do |
2025-04-06 |
Merge branch '5.next' into 5.x |
2025-04-06 |
Fix errors reported by phpstan |
2025-04-06 |
Update composer branch aliases for split packages. (#18259) |
2025-04-06 |
Treat null as a valid cache value on MemcachedEngine::getMultiple (#18253) |
2025-04-06 |
Fix errors reported by phpstan |
2025-04-06 |
Update composer branch aliases for split packages. (#18259) |
2025-04-06 |
Fixed typos and cleanup. |
2025-03-29 |
Update dependency constraints for the split packages.
This should allow using/testing the 5.next branch of the split packages. |
2025-03-29 |
Merge branch '5.next' into 5.x |
2025-03-29 |
Treat null as a valid cache value on MemcachedEngine::getMultiple (#18253) |
2025-03-29 |
Make NullEngine return the original keys with the default as other cache engines do |
2025-03-29 |
Fix up list array. |
2025-03-29 |
Add branch alias for 5.next.
Update composer.json for sub packages. |
2025-03-29 |
Merge branch '5.x' into 5.next |
2025-03-29 |
Merge 5.x into 5.next |
2025-03-29 |
phpstan 2.0 (#18014)
* get ready for phpstan 2.0
* undo array_values fix
* add review changes
* fix stan
* phpstan 2.0
* fix phpstan for split packages
* fix phpstan for tests
* re-add method_exists
* Apply suggestions from code review
Co-authored-by: ADmad
---------
Co-authored-by: ADmad |
2025-03-23 |
Adds TLS support to RedisEngine.
TLS support was added in php-redis v5.3.0. This adds support for
`'tls' => true` in the engine configuration and using `tls=true`
in the DSN configuration.
Additionally, support was added for SSL context options. In the
DSN one can now use `ssl_ca`, `ssl_key`, and `ssl_cert` as well,
similar to the MySQL database driver.
Closes #17130 |
2025-03-23 |
Merge branch '4.x' into 4.next-merge
# Conflicts:
# VERSION.txt |