-
Notifications
You must be signed in to change notification settings - Fork 136
php 7.1.8 with zend-validator 2.10.0 : undefined constant INTL_IDNA_VARIANT_UTS46 #193
Comments
Duplicate of #192 |
In addition to my explanation there: If more people experience this, I think a check might be needed. Although I'm concerned about the state of their server OS if they depend on system libraries from before 2012. |
@xtreamwayz I've created PR #194 for its check |
We use Amazon, and the latest version of ICU library, (in accordance with #192) But it does not work! Version: 50.1.2 |
@ArtemChornovol for workaround, downgrade set in composer |
Fixes #193 : use INTL_IDNA_VARIANT_UTS46 constant only when exists
in EmailAddress.php: 557
zend-validator/src/EmailAddress.php
Lines 556 to 558 in 33caf7f
Need to check if constant available ?
The text was updated successfully, but these errors were encountered: