-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Fix GH-13932: Attempt to fix mbstring on windows build (msvc). #13933
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
These can get out of sync, use a define instead. |
I see |
1abc71d
to
cec6e96
Compare
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.
Thanks.
This should go into branch PHP-8.3.
And then @bukka can cherry pick this into PHP-8.3.5
oh gotcha was not sure about this. cheers. |
Merged via 2cfd9df1 |
it cannot go to 8.3.5 as it is already tagged. We might need to do immediate 8.3.6 instead. |
@bukka I thought standard procedure were a retag for such cases? As long as it's not announced, that is. (At least retags did happen in the past.) |
@nielsdos Ah, I just wanted to bring 8.2.9 as the example where we retagged in the past. |
The additional problem however is how git handles force pushes to tags (see the issue). |
@nielsdos While we are here, can you please remind me the reason why we have two different days for tagging and releasing? Can't the builds be run just on the HEAD of the php-x.y.z branch, triggered manually once ready? Rather than a tag. |
I have no idea honestly, I can only imagine it is to do last minute checks if something wrong went into the tag, but that's speculation. |
No re-tagging is just completely wrong approach that goes against all good practices. So it's not going to be done in that way. |
I think we should remove this delay of two days as well as it's a big flaw in our security disclosure handling. |
I would suggest to never use VLA again :) regardless of compiler support, rarely needed in practice I think. |
No description provided.