ZF-11055: Hostname and StringLength validators require ext/iconv

Description

The requirements section of the manual doesn't list Zend_Validate as dependent on iconv, but the Hostname and StringLength validators both use iconv_get_encoding, iconv_set_encoding, and iconv_strlen.

Comments

Fixed with GH-132