-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Support for icu4c 68.1 #6397
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
Support for icu4c 68.1 #6397
Conversation
Thanks for the PR! However, for the stable branches (7.3 and 7.4) I'd prefer to define @sgolemon, what do you think? |
All right, I'll try that.
What would be the alternative? Use |
b0d555f
to
3535f3b
Compare
I've added the setting to |
We're requiring C99 for 8.0/master anyway, so we could use
Not quite sure. I'm mostly working on Windows, and there, |
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 reasonable to me (for stable branches).
Thank you for merging.
I see. I'll work on a PR when this change has been merged to PHP-8.0. |
Nikita already did that. :) Since this PR has been merged into PHP-7.3, it may make sense to backport 77b6e95 as well. |
If you have the time, could you please backport PHP 7.2 ? |
@Taki PHP 7.2 is EOL and won't be patched anymore. But you can simply set those |
Hello all, I have same issue and Abel to fix the icu4c 68.2 or revert to 67.1. Any help? I understood I have to add this -> ICU_CFLAGS="$ICU_CFLAGS -DU_DEFINE_FALSE_AND_TRUE=1", but not clear where |
This PR fixes https://bugs.php.net/80310