Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
- Fixed bug #60392 (U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR undeclared).
Browse files Browse the repository at this point in the history
  (fedora at famillecollet dot com)


git-svn-id: https://svn.php.net/repository/pecl/intl/trunk@319953 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
cataphract committed Nov 26, 2011
1 parent 1ac4b65 commit 66fd2e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/common_error.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,9 @@ void intl_expose_icu_error_codes( INIT_FUNC_ARGS )
INTL_EXPOSE_CONST( U_IDNA_VERIFICATION_ERROR );
INTL_EXPOSE_CONST( U_IDNA_LABEL_TOO_LONG_ERROR );
INTL_EXPOSE_CONST( U_IDNA_ZERO_LENGTH_LABEL_ERROR );
#if U_ICU_VERSION_MAJOR_NUM > 3 || U_ICU_VERSION_MAJOR_NUM == 3 && U_ICU_VERSION_MINOR_NUM >= 8
INTL_EXPOSE_CONST( U_IDNA_DOMAIN_NAME_TOO_LONG_ERROR );
#endif
INTL_EXPOSE_CONST( U_IDNA_ERROR_LIMIT );

/* Aliases for StringPrep */
Expand Down

0 comments on commit 66fd2e7

Please sign in to comment.