-
Notifications
You must be signed in to change notification settings - Fork 9.4k
iconv deprecation warning/error in PHP 5.6.2 #780
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
Labels
Comments
@nyov , please, check next Magento version (should come soon) - it will use Zend Farmework 1.12.9, which is compatible with PHP 5.6. |
Thank you! And nice work on moving ZF1 into an external dependency. |
mmansoor-magento
pushed a commit
that referenced
this issue
Jan 30, 2017
Bug fixes: * MAGETWO-62783: Wrong address template used for order e-mails
fe-lix-
pushed a commit
to fe-lix-/magento2
that referenced
this issue
Apr 6, 2018
…le-product-indexer MSI#457 Configurable Product Indexer
magento-engcom-team
added a commit
that referenced
this issue
Jul 30, 2019
… CountryCodeEnum #780 - Merge Pull Request magento/graphql-ce#780 from magento/graphql-ce:editorial-CountryCodeEnum - Merged commits: 1. e9a3a09
magento-engcom-team
pushed a commit
that referenced
this issue
Jul 30, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The warning (?) makes the magento error page display so I consider it an error; after enabling display of php error messages in
pub/errors/local.xml
, I got this, in a few variations:I commented out two instances of
iconv_set_encoding
each, inlib/internal/Zend/Validate/Hostname.php
andlib/internal/Zend/Validator/Hostname.php
.This makes the pages display. But from a quick git grep in the source, there are some more instances of it inside
lib/internal/Zend
which might bring doom at some point.PHP version of debian jessie/testing
The text was updated successfully, but these errors were encountered: