-
Notifications
You must be signed in to change notification settings - Fork 73
PHP 8.4 #338
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
Conversation
It seems on windows, https://windows.php.net/download/ only has php 8.4.1 devel package, but currently the latest version when installing php via https://github.com/shivammathur/setup-php is 8.4.0 |
8.4.1 is the first official release, 8.4.0 was actually skipped due to security bugs |
@danog I wonder if 8.4.0 still got distributed some places? CI is showing:
|
Regarding the version on windows we have two options here:
I would be fine with 2 for now. |
god, that solution is so stupid, but nice find Edit: nvm :/ |
Hmm I think there might be a deeper issue... is the wrong build of PHP uploaded to https://github.com/shivammathur/php-builder-windows/releases/tag/php8.4? ![]() Clearly requesting 8.4.1, but getting 8.4.0 |
I opened to shivammathur/setup-php#885 see if there's any assistance |
From what I can see this might actually be an issue in https://github.com/mlocati/powershell-phpmanager. But currently no windows available to test this. (Also powershell 🤮) |
Now the correct version is downloaded, but there is no DevelPack for 8.4.1 |
There is one in https://windows.php.net/downloads/releases/ though |
Doh! Are those managed by Microsoft? |
Don't know. Wasn't able to find information on where to report this. Maybe just try finding it in releases if archives does not exist? |
This reverts commit df8f501.
Phew, we're passing finally! |
It's not clear what logic we should use for /archive or not. You're right that it might be best to check both, as I guess they might move at some point. |
I would actually try release first as that should contain the main releases, and archive if not found. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Improvements in windows build can/should be separate issue.
Follow up to #338 Windows bulds should check the releases page, and the archive, as it's not clear when they'll be moved by Microsoft.
Shall I do a release 0.12.1? I don't think we're breaking anything so just a patch? |
Tbh not long enough in the project to tell if we had breaking changes since last release. Remember the I would like to have a release bot like release-plz with proper release mr's to have a better overview over the changes. |
When new release happen btw? |
No description provided.