Closed JakubOnderka closed 10 months ago
[!WARNING]
Rate Limit Exceeded
@JakubOnderka has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 19 minutes and 57 seconds before requesting another review.
How to resolve this issue?
After the wait time has elapsed, a review can be triggered using the `@coderabbitai review` command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit.How do rate limits work?
CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our [FAQ](https://coderabbit.ai/docs/faq) for further information.Commits
Files that changed from the base of the PR and between e4112f897b40cf6ab42930b4b7a8f32b2f6aab0a and d9ba337a37e99e97411ec4e9f046a5a30dd785fe.
The changes in the codebase involve a transition from using zend_parse_parameters
to the Zend API macros ZEND_PARSE_PARAMETERS_START
and ZEND_PARSE_PARAMETERS_END
for parameter parsing in multiple functions. This shift improves code readability, maintainability, and the handling of optional parameters across these functions.
File(s) | Change Summary |
---|---|
brotli.c |
Updated parameter parsing in functions such as brotli_compress , brotli_compress_init , brotli_compress_add , brotli_uncompress , and brotli_uncompress_add by replacing zend_parse_parameters . |
🐇✨
In the code's woven tapestry,
A change we make, a leap we see.
From old to new, the parsers dance,
Enhancing code with every glance.
🌟📜
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?
thanks
Fast param parser API is supported since PHP7.
Summary by CodeRabbit