Archive PHP 7.4 and 8.0#3
Conversation
|
Thank you!
I like that! |
|
Thank you for the quick merge. Can you tag v0.9? |
I think we should also add support for PHP 8.4, which is supposed to be built with VS17, so besides some code additions, the README needs an update and there should be some tests. I'll try to see to that later today. |
|
Sounds good - I considered that for a moment but didn't know what VS version it needed and didn't find any files, so I skipped that part for now. |
|
Just to let you know, I didn't forget to tag 0.9, but are looking for some further clarifications, so this might take a couple of days. |
No worries - the current solution has our builds running, so no rush from my side! |
|
Thank you! |
Besides a slight improvement to the error message, we also fix the outdated documentation in README.md.
Adding PHP 7.4 and 8.0 to the release list allows us to fetch these files directly from the archives without fetching releases.json beforehand. I also added some debug output that's helpful in case
Invoke-WebRequestfails to download the file - it wasn't always obvious what download failed.