-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Probable typo in "php" bottle configuration #150214
Comments
homebrew-core/Formula/p/php.rb Line 117 in e0e87ed
A little confusing to read I realise. If this was macOS 14, it would make sense since Apple changed the iconv implementation from GNU iconv to Citrus iconv (from FreeBSD) and it's possible PHP doesn't support detecting this yet. But it seems you're runnning macOS 13, so we will need to investigate build logs. The issue seems however largely cosmetic. |
Sounds related to upstream issue php/php-src#10751 which has fix in HEAD. Snippet of previous
|
Yep, that'll be it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output" saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
PHP info page (
<?php phpinfo();
) returns invalid iconv support:What happened (include all command output)?
I believe there is a typo on this line:
homebrew-core/Formula/p/php.rb
Line 160 in e0e87ed
The configuration directive should contains the
=
char as described here.What did you expect to happen?
Iconv support should be reported without
unknown
values foriconv implementation
andiconv library version
directives.Step-by-step reproduction instructions (by running
brew
commands)brew install php php -i | grep iconv
The text was updated successfully, but these errors were encountered: