2024-08-08 |
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-08-08 |
Rector fixes from rule set LevelSetList::UP_TO_PHP_81 |
2024-08-08 |
Add changes from rector rule StrlenZeroToIdenticalEmptyStringRector |
2024-08-08 |
Add changes from rector rule ConsistentImplodeRector |
2024-08-08 |
Merge branch '5.next' into Rector_UP_TO_PHP_81 |
2024-08-08 |
Add changes from rector rule ReturnEarlyIfVariableRector (#17800)
* Add changes from rector rule ReturnEarlyIfVariableRector |
2024-06-23 |
Update MemcachedEngine to handle empty prefix |