Skip to content

Properly check for required icu4c libraries #17010

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

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Dec 1, 2024

Besides that just checking for icuuc.lib does not necessarily imply that the other libraries are available, doing it this way will not copy the PDBs to the build folder, so these are not available in the debug packages. Furthermore, CHECK_LIB already adds the library to the flags, so there is no need to do this manually.


I consider the missing PDBs a bug, and as such targeted PHP-8.3; I'm fine with targeting PHP-8.4 or master, if anybody has concerns about that.

Besides that just checking for icuuc.lib does not necessarily imply
that the other libraries are available, doing it this way will not copy
the PDBs to the build folder, so these are not available in the debug
packages.  Furthermore, `CHECK_LIB` already adds the library to the
flags, so there is no need to do this manually.
@cmb69 cmb69 requested a review from devnexen as a code owner December 1, 2024 15:23
@cmb69 cmb69 closed this in 1800cad Dec 7, 2024
@cmb69 cmb69 deleted the cmb/intl-pdbs branch December 7, 2024 14:13
charmitro pushed a commit to wasix-org/php that referenced this pull request Mar 13, 2025
Besides that just checking for icuuc.lib does not necessarily imply
that the other libraries are available, doing it this way will not copy
the PDBs to the build folder, so these are not available in the debug
packages.  Furthermore, `CHECK_LIB` already adds the library to the
flags, so there is no need to do this manually.

Closes phpGH-17010.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant