-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
ext-iconv is missing as requirement #215
Comments
See #151 (comment) |
Hmm. Don't agree with that argument. A functionality is a functionality regardless of how small of and edge case it is that uses another external component. |
dg
added a commit
that referenced
this issue
Feb 28, 2020
Thanks |
dg
added a commit
that referenced
this issue
Mar 26, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 3.1.1
Bug Description
I have a PHp 7.2 installed with no
ext-iconv
and this makes the Utils/Strings.php failing.PHP Warning: Use of undefined constant ICONV_IMPL - assumed 'ICONV_IMPL' (this will throw an Error in a future version of PHP) in /home/tomasnorre/Projects/typo3/ext-crawler/crawler/.Build/vendor/nette/utils/src/Utils/Strings.php on line 150
The
ext-iconv
is a part of the suggested packages in composer, but to me it looks more like a hard requirement and not just a suggestion.The might be reasons for this I don't know, perhaps windows computers.
Expected Behavior
I would expect the composer install to complain before getting installed if all requirements are not fulfilled.
The text was updated successfully, but these errors were encountered: