Closed JakubOnderka closed 10 months ago
The recent updates involve modernizing the GitHub Actions workflows by upgrading the actions/checkout
step to version 4 in both Linux and Windows environments. Additionally, the project has phased out support for older PHP versions (5.2 through 5.6) in the Brotli compression code, streamlining function declarations and reorganizing global variables for improved compatibility with PHP 7 and beyond.
Files | Change Summary |
---|---|
.github/workflows/.../linux.yaml .github/workflows/.../windows.yaml |
Updated actions/checkout from v3 to v4 . |
brotli.c , php_brotli.h |
Removed support for PHP 5.2-5.6, updated function declarations, reorganized global variables for PHP >= 7. |
🐇✨
In the code where bytes do weave,
A rabbit hopped, made changes with glee.
From old to new, the versions leap,
In the warren of code, the updates keep.
🌟📜
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit