This repository was archived by the owner on Apr 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Update zend-mail #12
Labels
Milestone
Comments
Should be resolved in scope of #24 |
I am closing this issue as I could not reproduce the problem as part of #distributed-cd. Environment:
Steps:
|
magento-engcom-team
added a commit
that referenced
this issue
May 22, 2018
magento-engcom-team
pushed a commit
that referenced
this issue
May 22, 2018
magento-engcom-team
pushed a commit
that referenced
this issue
May 22, 2018
magento-engcom-team
pushed a commit
that referenced
this issue
Jun 15, 2018
[Backport] #13899 Solve Canada Zip Code pattern
magento-engcom-team
pushed a commit
that referenced
this issue
Aug 9, 2018
[Forwardport] Corrected function comment
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Important: Use libs-upgrade branch as base for this task and as target for the PR.
Issues found in
zend-mail
:INTL_IDNA_VARIANT_2003
is deprecated, and used as default value foridn_to_ascii()
andidn_to_utf8()
. See http://php.net/manual/en/migration72.deprecated.php for details.\Zend\Mail\Header\AbstractAddressList::idnToAscii()
usesidn_to_ascii()
with the default value. Explicit valueINTL_IDNA_VARIANT_UTS46
should be used as$variant
. There is a PR to fix it - Add PHP 7.2 support zendframework/zend-mail#189$errcontext
parameter - create PR to the zend-mail repoA use case to test: create a customer from the store front. Currently it fails with:
Solution: update to ver.
2.9.0
The text was updated successfully, but these errors were encountered: