Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix/static method Imagick::queryFormats should not be called dynamically #4547

Merged
merged 3 commits into from
Feb 1, 2024

Conversation

apphp
Copy link
Contributor

@apphp apphp commented Feb 1, 2024

Reopened PR #4546

Copy link

what-the-diff bot commented Feb 1, 2024

PR Summary

  • Enhanced Image Creation in CCaptcha.php
    The previous line of code responsible for creating new images, specifically in the PNG format, has been replaced. It now utilizes a more efficient method Imagick::queryFormats('PNG'). This change helps streamline the image creation process, potentially improving the application's overall performance.

@marcovtwout marcovtwout merged commit cbd0fd6 into yiisoft:master Feb 1, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants