-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
PHP 8.2.0 Windows release #575
Comments
PHP 8.3.0 is also released....however I'm not aware of any BC breaks that require a new version of Imagick. |
@Danack Not true...PHP 8.2.0 was released just a few days ago on 8 December 2022. PHP 8.3.0 is at least a year off. See https://www.php.net/ When I run the new PHP in XAMPP for Windows, I receive the same kind of error I received a year ago at this time when attempting to use Imagick with PHP 8.2.0 before the new version of Imagick was compiled. The error is:
Imagick needs to be compiled against the new PHP, apparently. Please advise, and many thanks for your help. |
Sorry, I appear to have had a brainfart. I don't actually make the builds for Imagick on Windows. The code does work against PHP 8.2.0 (and against master which will eventually be PHP 8.3.0) As per #573 (comment) apparently the box that used to make the windows builds is dead, and hasn't been replaced. I will attempt to chase people who might be working on it. |
@Danack @Danack Can you please let me know if and how can I get the compatible version for php 8.2? |
This is probably also related to php 8.2 |
@williamdes Nope. This issue is about the box at windows.php.net not having up-to-date builds. I have never provided builds for Windows. The code (afaik) works fine on PHP 8.2.
For whatever reason, that system was not compiled with SVG support. |
Thank you for this feedback, I will forward it |
the same issue, any updates for this? |
I'm not sure if I did something wrong but on 8.2 and latest commit I've got this warning:
|
me too |
Perhaps this needs to be a separate issue, but are there any specific build / make scripts checked in, that people can use to roll their own, if necessary? |
Last version here - https://phpext.phptools.online/extension/images/imagick-121 |
...and we need a corresponding Imagick release. Is one in the works? Just checking.
The text was updated successfully, but these errors were encountered: