2024-09-14 |
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 |
2024-09-14 |
Merge branch '4.next' into 5.next |
2024-09-14 |
Fix phpcs errors. |
2024-09-14 |
Merge branch '5.x' into 5.next |
2024-09-14 |
Fix up array list<> docblocks. (#17597)
* Fix up array list<> docblocks.
---------
Co-authored-by: ADmad |
2024-09-14 |
Replace md5 usage with xxh128.
The latter is much faster than md5. xxh128 is not cryptographically secure but
that's not required in the context it is used. |
2024-09-14 |
Rector fixes from rule set LevelSetList::UP_TO_PHP_81 |
2024-09-14 |
Add changes from rector rule StrlenZeroToIdenticalEmptyStringRector |
2024-09-14 |
Add changes from rector rule ConsistentImplodeRector |
2024-09-14 |
Merge branch '5.next' into Rector_UP_TO_PHP_81 |
2024-09-14 |
Add changes from rector rule ReturnEarlyIfVariableRector (#17800)
* Add changes from rector rule ReturnEarlyIfVariableRector |
2024-09-14 |
Rector changes after merge |
2024-09-14 |
Bump up Cake dependencies versions in split packages. |